File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
charts/aws-efs-csi-driver Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 57
57
{{- toYaml . | nindent 8 }}
58
58
{{- end }}
59
59
{{- if .Values.controller.dnsPolicy }}
60
- dnsPolicy : {{ .Values.node .dnsPolicy }}
60
+ dnsPolicy : {{ .Values.controller .dnsPolicy }}
61
61
{{- end }}
62
- {{- with .Values.node .dnsConfig }}
62
+ {{- with .Values.controller .dnsConfig }}
63
63
dnsConfig : {{- toYaml . | nindent 8 }}
64
64
{{- end }}
65
65
containers :
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ controller:
101
101
runAsGroup : 0
102
102
fsGroup : 0
103
103
# securityContext on the controller container
104
+ # Setting privileged=false will cause the "delete-access-point-root-dir" controller option to fail
104
105
containerSecurityContext :
105
106
privileged : true
106
107
leaderElectionRenewDeadline : 10s
You can’t perform that action at this time.
0 commit comments