Skip to content

Commit 872d890

Browse files
authored
Merge pull request #921 from andyzhangx/fix-dup-securityContext
fix: duplicated securityContext on Windows chart config
2 parents e2790e4 + 98cf768 commit 872d890

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed
2 Bytes
Binary file not shown.

charts/latest/csi-driver-smb/templates/csi-smb-node-windows-hostprocess.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ spec:
3232
{{ toYaml . | indent 8 }}
3333
{{- end }}
3434
priorityClassName: {{ .Values.priorityClassName | quote }}
35-
{{- if .Values.securityContext }}
36-
securityContext: {{- toYaml .Values.securityContext | nindent 8 }}
37-
{{- end }}
3835
serviceAccountName: {{ .Values.serviceAccount.node }}
3936
{{- include "smb.pullSecrets" . | indent 6 }}
4037
securityContext:
3 Bytes
Binary file not shown.

charts/v1.17.0/csi-driver-smb/templates/csi-smb-node-windows-hostprocess.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ spec:
3232
{{ toYaml . | indent 8 }}
3333
{{- end }}
3434
priorityClassName: {{ .Values.priorityClassName | quote }}
35-
{{- if .Values.securityContext }}
36-
securityContext: {{- toYaml .Values.securityContext | nindent 8 }}
37-
{{- end }}
3835
serviceAccountName: {{ .Values.serviceAccount.node }}
3936
{{- include "smb.pullSecrets" . | indent 6 }}
4037
securityContext:

0 commit comments

Comments
 (0)