File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323{{ toYaml .Values.imagePullSecrets | indent 8 }}
2424 {{- end }}
2525 hostNetwork : true # original nfs connection would be broken without hostNetwork setting
26- dnsPolicy : {{ .Values.controller .dnsPolicy }}
26+ dnsPolicy : {{ .Values.node .dnsPolicy }}
2727 serviceAccountName : {{ .Values.serviceAccount.node }}
2828 priorityClassName : {{ .Values.node.priorityClassName }}
2929 securityContext :
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ kind: StorageClass
55metadata :
66 name : {{ .Values.storageClass.name }}
77{{ include "nfs.labels" . | indent 2 }}
8+ {{- with .Values.storageClass.annotations }}
89 annotations :
9- {{- with .Values.storageClass.annotations }}
1010 {{- toYaml . | nindent 4 }}
11- {{- end }}
11+ {{- end }}
1212provisioner : {{ .Values.driver.name }}
1313{{- with .Values.storageClass.parameters }}
1414parameters :
You can’t perform that action at this time.
0 commit comments