Skip to content

Commit

Permalink
Merge pull request #13 from kingdonb/patch-1
Browse files Browse the repository at this point in the history
fix(chart): Helm 3 validates, error on statefulset
  • Loading branch information
Cryptophobia authored Nov 18, 2020
2 parents 66ed8be + 77f09e3 commit fb707fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions charts/nsqd/templates/nsqd-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ metadata:
component.deis.io/version: {{ .Values.docker_tag }}
spec:
replicas: {{ .Values.replicas }}
strategy:
type: Recreate
serviceName: deis-nsqd
updateStrategy:
type: RollingUpdate
selector:
matchLabels:
app: deis-nsqd
Expand Down

0 comments on commit fb707fd

Please sign in to comment.