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
|
name: cert
|
||||||
readOnly: true
|
readOnly: true
|
||||||
{{- if .Values.additionalVolumeMounts }}
|
{{- if .Values.additionalVolumeMounts }}
|
||||||
{{- toYaml .Values.additionalVolumeMounts | nindent 10 }}
|
{{- toYaml .Values.additionalVolumeMounts | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.metrics.proxy.enabled }}
|
{{- if .Values.metrics.proxy.enabled }}
|
||||||
- args:
|
- args:
|
||||||
|
|
@ -146,7 +146,7 @@ spec:
|
||||||
- name: tmp
|
- name: tmp
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
{{- if .Values.additionalVolumes }}
|
{{- if .Values.additionalVolumes }}
|
||||||
{{- toYaml .Values.additionalVolumes | nindent 8}}
|
{{- toYaml .Values.additionalVolumes | nindent 6}}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.nodeSelector }}
|
{{- with .Values.nodeSelector }}
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue