Skip to content

Commit

Permalink
Merge pull request #1101 from mskanth972/SCparam
Browse files Browse the repository at this point in the history
Set efs-plugin container security context to true
  • Loading branch information
k8s-ci-robot committed Aug 17, 2023
2 parents ce5ac06 + bccb810 commit 5d12fbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
containers:
- name: efs-plugin
securityContext:
privileged: false
privileged: true
image: {{ printf "%s:%s" .Values.image.repository (default (printf "v%s" .Chart.AppVersion) (toString .Values.image.tag)) }}
imagePullPolicy: {{ .Values.image.pullPolicy }}
args:
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/base/controller-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
containers:
- name: efs-plugin
securityContext:
privileged: false
privileged: true
image: amazon/aws-efs-csi-driver:v1.5.9
imagePullPolicy: IfNotPresent
args:
Expand Down

0 comments on commit 5d12fbf

Please sign in to comment.