We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0b91c commit d2f81bbCopy full SHA for d2f81bb
templates/helm/templates/deployment.yaml.tpl
@@ -205,7 +205,7 @@ spec:
205
secretName: {{ "{{ .Values.aws.credentials.secretName }}" }}
206
{{ "{{- end }}" }}
207
{{ "{{- if .Values.deployment.extraVolumes }}" }}
208
- {{ "{{ toYaml .Values.deployment.extraVolumes | indent 8 }}" }}
+ {{ "{{- toYaml .Values.deployment.extraVolumes | nindent 8 }}" }}
209
210
211
{{ " {{- with .Values.deployment.strategy }}" }}
0 commit comments