indentation

This commit is contained in:
Akshay Jagadish
2020-10-02 16:44:14 -04:00
parent 220407760c
commit bae4ec6afa

View File

@@ -52,10 +52,6 @@ spec:
image: {{ .Values.global.repository }}/{{ .Values.image.name }}:{{ .Values.image.tag }}-{{.Values.global.testingTimestamp}}
{{- else }}
image: {{ .Values.global.repository }}/{{ .Values.image.name }}:{{ .Values.image.tag }}
imagePullPolicy: {{ .Values.global.pullPolicy }}
env:
{{- include "common.env" . | nindent 12 }}