Skip to content

Commit

Permalink
Merge pull request #34 from rqlite/topic/fix-node-selector
Browse files Browse the repository at this point in the history
Fix invalid YAML when nodeSelector is defined
  • Loading branch information
jtackaberry authored Nov 4, 2024
2 parents 506c0fa + 5ebc818 commit adb2215
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions charts/rqlite/templates/_statefulset.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,6 @@ spec:
- -join-interval=1s
- -join-attempts=120
- -raft-shutdown-stepdown
{{- with dig "nodeSelector" $.Values.nodeSelector $values }}
{{- tpl (toYaml .) $ | nindent 12 }}
{{- end }}
{{- with $.Values.extraArgs }}
{{- tpl (toYaml .) $ | nindent 12 }}
{{- end }}
Expand Down

0 comments on commit adb2215

Please sign in to comment.