Browse Source

Snappymail does not support rollingUpdate

master
Fábio Kaiser Rauber 2 years ago
parent
commit
115b061df8
  1. 2
      charts/snappymail/v0.1.0/templates/deployment.yaml

2
charts/snappymail/v0.1.0/templates/deployment.yaml

@ -11,6 +11,8 @@ spec:
selector: selector:
matchLabels: matchLabels:
{{- include "snappymail.selectorLabels" . | nindent 6 }} {{- include "snappymail.selectorLabels" . | nindent 6 }}
strategy:
type: Recreate
template: template:
metadata: metadata:
{{- with .Values.podAnnotations }} {{- with .Values.podAnnotations }}

Loading…
Cancel
Save