File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
deploy/helm/charts/templates Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ spec:
121
121
emptyDir : {}
122
122
{{- if .Values.imagePullSecrets }}
123
123
imagePullSecrets :
124
- {{ toYaml .Values.imagePullSecrets | indent 2 }}
124
+ {{ toYaml .Values.imagePullSecrets | indent 8 }}
125
125
{{- end }}
126
126
{{- if .Values.csiController.nodeSelector }}
127
127
nodeSelector :
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ spec:
127
127
type : Directory
128
128
{{- if .Values.imagePullSecrets }}
129
129
imagePullSecrets :
130
- {{ toYaml .Values.imagePullSecrets | indent 2 }}
130
+ {{ toYaml .Values.imagePullSecrets | indent 8 }}
131
131
{{- end }}
132
132
{{- if .Values.csiNode.nodeSelector }}
133
133
nodeSelector :
Original file line number Diff line number Diff line change 74
74
{{- end }}
75
75
{{- if .Values.imagePullSecrets }}
76
76
imagePullSecrets :
77
- {{ toYaml .Values.imagePullSecrets | indent 2 }}
77
+ {{ toYaml .Values.imagePullSecrets | indent 8 }}
78
78
{{- end }}
79
79
{{- if .Values.cspcOperator.nodeSelector }}
80
80
nodeSelector :
Original file line number Diff line number Diff line change 64
64
{{- end }}
65
65
{{- if .Values.imagePullSecrets }}
66
66
imagePullSecrets :
67
- {{ toYaml .Values.imagePullSecrets | indent 2 }}
67
+ {{ toYaml .Values.imagePullSecrets | indent 8 }}
68
68
{{- end }}
69
69
{{- if .Values.cvcOperator.nodeSelector }}
70
70
nodeSelector :
You can’t perform that action at this time.
0 commit comments