Skip to content

Commit

Permalink
fix: change deployment strategy to recreate (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
givanov authored Feb 21, 2020
1 parent 6ad546f commit 007edbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/helm/credstash-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ spec:
name: {{ include "credstash-operator.fullname" . }}
{{- include "credstash-operator.selectorLabels" . | nindent 8 }}
spec:
strategy:
type: Recreate
serviceAccountName: {{ include "credstash-operator.serviceAccountName" . }}
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
Expand Down

0 comments on commit 007edbe

Please sign in to comment.