Cleanup chart deployment linting
parent
1c08a58a36
commit
5ac174f339
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in New Issue