Skip to content

Commit b7c184f

Browse files
Copilotandyzhangx
andcommitted
Use nindent instead of indent for driver.labels in csi-smb-driver.yaml
Co-authored-by: andyzhangx <[email protected]>
1 parent dfbfe92 commit b7c184f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-3 Bytes
Binary file not shown.

charts/latest/csi-driver-smb/templates/csi-smb-driver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: {{ .Values.driver.name }}
66
{{- if .Values.driver.labels }}
77
labels:
8-
{{ toYaml .Values.driver.labels | indent 4 }}
8+
{{- toYaml .Values.driver.labels | nindent 4 }}
99
{{- end }}
1010
spec:
1111
attachRequired: false

0 commit comments

Comments
 (0)