Change indent of {{ with }}

Signed-off-by: Don Bowman <db@donbowman.ca>
pull/5271/head
Don Bowman 7 years ago
parent d819efa48b
commit e80f173526
No known key found for this signature in database
GPG Key ID: 9E102DBD56C82FAA

@ -190,10 +190,10 @@ spec:
app.kubernetes.io/name: {{ include "<CHARTNAME>.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
spec:
{{- with .Values.imagePullSecrets }}
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"

Loading…
Cancel
Save