diff --git a/charts/snappymail/v0.1.0/templates/deployment.yaml b/charts/snappymail/v0.1.0/templates/deployment.yaml index 3a8aaaa..b07b062 100644 --- a/charts/snappymail/v0.1.0/templates/deployment.yaml +++ b/charts/snappymail/v0.1.0/templates/deployment.yaml @@ -11,6 +11,8 @@ spec: selector: matchLabels: {{- include "snappymail.selectorLabels" . | nindent 6 }} + strategy: + type: Recreate template: metadata: {{- with .Values.podAnnotations }}