indent fix.
This commit is contained in:
parent
697d0f66e6
commit
a3838a628a
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ spec:
|
||||||
- /shared/app
|
- /shared/app
|
||||||
{{- range .Values.server.extraArgs }}
|
{{- range .Values.server.extraArgs }}
|
||||||
- {{. | quote }}
|
- {{. | quote }}
|
||||||
{{- end}}
|
{{- end }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /shared
|
- mountPath: /shared
|
||||||
name: static-files
|
name: static-files
|
||||||
|
|
Loading…
Reference in a new issue