|
@ -21,6 +21,7 @@ spec: |
|
|
{{- end }} |
|
|
{{- end }} |
|
|
securityContext: |
|
|
securityContext: |
|
|
{{- toYaml .Values.podSecurityContext | nindent 12 }} |
|
|
{{- toYaml .Values.podSecurityContext | nindent 12 }} |
|
|
|
|
|
restartPolicy: OnFailure |
|
|
containers: |
|
|
containers: |
|
|
- name: {{ .Release.Name }} |
|
|
- name: {{ .Release.Name }} |
|
|
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" |
|
|
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" |
|
|