Cleanup chart deployment linting
parent
1c08a58a36
commit
5ac174f339
|
@ -26,7 +26,9 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: {{ template "serviceAccount.name" . }}
|
serviceAccountName: {{ template "serviceAccount.name" . }}
|
||||||
containers:
|
containers:
|
||||||
|
{{- if .Values.extraContainers }}
|
||||||
{{ toYaml .Values.extraContainers | indent 8 }}
|
{{ toYaml .Values.extraContainers | indent 8 }}
|
||||||
|
{{- end }}
|
||||||
- name: keel
|
- name: keel
|
||||||
# Note that we use appVersion to get images tag.
|
# Note that we use appVersion to get images tag.
|
||||||
image: "{{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}"
|
image: "{{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}"
|
||||||
|
|
Loading…
Reference in New Issue