Update volumes and volumes mounts indent (#966)
Follow-up for #952 Signed-off-by: Gregory Schofield <gscho@github.com>
This commit is contained in:
parent
eefb48ba3f
commit
85ddd0d137
|
|
@ -115,7 +115,7 @@ spec:
|
|||
name: cert
|
||||
readOnly: true
|
||||
{{- if .Values.additionalVolumeMounts }}
|
||||
{{- toYaml .Values.additionalVolumeMounts | nindent 10 }}
|
||||
{{- toYaml .Values.additionalVolumeMounts | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- if .Values.metrics.proxy.enabled }}
|
||||
- args:
|
||||
|
|
@ -146,7 +146,7 @@ spec:
|
|||
- name: tmp
|
||||
emptyDir: {}
|
||||
{{- if .Values.additionalVolumes }}
|
||||
{{- toYaml .Values.additionalVolumes | nindent 8}}
|
||||
{{- toYaml .Values.additionalVolumes | nindent 6}}
|
||||
{{- end }}
|
||||
{{- with .Values.nodeSelector }}
|
||||
nodeSelector:
|
||||
|
|
|
|||
Loading…
Reference in New Issue