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 ce97e3b commit ca20603Copy full SHA for ca20603
templates/helm/templates/deployment.yaml
@@ -123,7 +123,7 @@ spec:
123
readOnly: true
124
{{- end }}
125
{{- if .Values.deployment.extraVolumeMounts -}}
126
- {{ toYaml .Values.deployment.extraVolumeMounts | nindent 12 }}
+ {{ toYaml .Values.deployment.extraVolumeMounts | nindent 10 }}
127
128
securityContext:
129
allowPrivilegeEscalation: false
@@ -155,7 +155,7 @@ spec:
155
- name: {{ .Values.aws.credentials.secretName }}
156
secret:
157
secretName: {{ .Values.aws.credentials.secretName }}
158
- {{ end -}}
+ {{- end }}
159
{{- if .Values.deployment.extraVolumes }}
160
{{ toYaml .Values.deployment.extraVolumes | indent 8}}
161
0 commit comments