Skip to content

Commit

Permalink
fix: correct identation for strategy type (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexouzounis authored Mar 16, 2021
1 parent f1b86fb commit b3775c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/helm/credstash-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ metadata:
{{- include "credstash-operator.labels" . | nindent 4 }}
spec:
replicas: {{ .Values.replicaCount }}
strategy:
type: Recreate
selector:
matchLabels:
{{- include "credstash-operator.selectorLabels" . | nindent 6 }}
Expand All @@ -15,8 +17,6 @@ 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 b3775c3

Please sign in to comment.