Skip to content

Commit

Permalink
fix(chart): Helm 3 validates, error on statefulset
Browse files Browse the repository at this point in the history
The deploy in v2.22.2 fails without this change, using Helm 3 on DOK8s 1.19.x
  • Loading branch information
Kingdon Barrett committed Nov 16, 2020
1 parent 66ed8be commit 77f09e3
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 77f09e3

Please sign in to comment.