Cleanup chart deployment linting

pull/602/head
Nicholas Johnson 2021-04-24 12:24:11 -04:00
parent 1c08a58a36
commit 5ac174f339
1 changed files with 2 additions and 0 deletions

View File

@ -26,7 +26,9 @@ spec:
spec:
serviceAccountName: {{ template "serviceAccount.name" . }}
containers:
{{- if .Values.extraContainers }}
{{ toYaml .Values.extraContainers | indent 8 }}
{{- end }}
- name: keel
# Note that we use appVersion to get images tag.
image: "{{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}"