Skip to content

Commit

Permalink
Update flux2 values (#1)
Browse files Browse the repository at this point in the history
Signed-off-by: Rokibul Hasan <[email protected]>
  • Loading branch information
RokibulHasan7 authored Nov 7, 2024
1 parent 08fd95e commit 298e150
Show file tree
Hide file tree
Showing 34 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/featuresets/opscenter-core/aceshifter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
securityContext:
runAsUser: {{ .uid }}
podSecurityContext:
fsGroup: {{ .uid }}
7 changes: 7 additions & 0 deletions pkg/featuresets/opscenter-core/flux2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,28 @@ helmController:
runAsUser: {{ .uid }}
seccompProfile:
type: RuntimeDefault
podSecurityContext: &pcc
fsGroup: {{ .uid }}

sourceController:
securityContext: *scc
podSecurityContext: *pcc

imageAutomationController:
securityContext: *scc
podSecurityContext: *pcc

imageReflectionController:
securityContext: *scc
podSecurityContext: *pcc

kustomizeController:
securityContext: *scc
podSecurityContext: *pcc

notificationController:
securityContext: *scc
podSecurityContext: *pcc

cli:
securityContext: *scc
File renamed without changes.

0 comments on commit 298e150

Please sign in to comment.