Skip to content

Commit 0fe7e6c

Browse files
committed
Addressing feedbacks
1 parent 4a364ef commit 0fe7e6c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

charts/aws-efs-csi-driver/templates/controller-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ spec:
5757
{{- toYaml . | nindent 8 }}
5858
{{- end }}
5959
{{- if .Values.controller.dnsPolicy }}
60-
dnsPolicy: {{ .Values.node.dnsPolicy }}
60+
dnsPolicy: {{ .Values.controller.dnsPolicy }}
6161
{{- end }}
62-
{{- with .Values.node.dnsConfig }}
62+
{{- with .Values.controller.dnsConfig }}
6363
dnsConfig: {{- toYaml . | nindent 8 }}
6464
{{- end }}
6565
containers:

charts/aws-efs-csi-driver/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ controller:
101101
runAsGroup: 0
102102
fsGroup: 0
103103
# securityContext on the controller container
104+
# Setting privileged=false will cause the "delete-access-point-root-dir" controller option to fail
104105
containerSecurityContext:
105106
privileged: true
106107
leaderElectionRenewDeadline: 10s

0 commit comments

Comments
 (0)