Skip to content

Commit

Permalink
Add ace-installer.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Nov 8, 2024
1 parent 1171b2b commit 9184da3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pkg/featuresets/ace-installer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
precheck:
podSecurityContext:
fsGroup: {{ .uid }}
securityContext:
runAsUser: {{ .uid }}

helm:
releases:
aceshifter:
values:
securityContext:
runAsUser: {{ .uid }}
podSecurityContext:
fsGroup: {{ .uid }}

0 comments on commit 9184da3

Please sign in to comment.