diff --git a/charts/rqlite/templates/_statefulset.tpl b/charts/rqlite/templates/_statefulset.tpl index 6789ccc..9a3116e 100644 --- a/charts/rqlite/templates/_statefulset.tpl +++ b/charts/rqlite/templates/_statefulset.tpl @@ -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 }}