Update volumes and volumes mounts indent (#966)

Follow-up for #952

Signed-off-by: Gregory Schofield <gscho@github.com>
This commit is contained in:
Greg Schofield 2021-11-26 21:54:01 -04:00 committed by GitHub
parent eefb48ba3f
commit 85ddd0d137
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: