Browse Source

mail-mta-autoconfig job was missing restartPolicy

master
Fábio Kaiser Rauber 2 years ago
parent
commit
57754e9ec3
  1. 1
      charts/mail-mta-autoconfig/v0.1.0/templates/cronjob.yaml

1
charts/mail-mta-autoconfig/v0.1.0/templates/cronjob.yaml

@ -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 }}"

Loading…
Cancel
Save