Skip to content

Commit

Permalink
remove duplicate sc and misplaced containerSecurityContext
Browse files Browse the repository at this point in the history
Signed-off-by: hanenMizouni <[email protected]>
  • Loading branch information
outscale-hmi committed Oct 24, 2024
1 parent cee60f1 commit 25009cd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions osc-bsu-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,19 +224,10 @@ node:
allowPrivilegeEscalation: true # Ensure privileges can be escalated for volume management if needed
seccompProfile:
type: Unconfined # temporarily disable seccomp restrictions to allow necessary system calls for LUKS volumes
serviceAccount:
serviceAccount:
controller:
# -- Annotations to add to the Controller ServiceAccount
annotations: {}
# securityContext on the controller container (see sidecars for securityContext on sidecar containers)
containerSecurityContext:
seccompProfile:
type: RuntimeDefault
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
snapshot:
# -- Annotations to add to the Snapshot ServiceAccount
annotations: {}

credentials:
Expand Down

0 comments on commit 25009cd

Please sign in to comment.