Fix zookeeper annotations (#348)
Fixed the case when no ZK annotations are set and `zookeeper.restartPodsOnConfigMapChange: true` helm can not render template
This commit is contained in:
parent
786e182de4
commit
71450334cf
@ -46,7 +46,9 @@ spec:
|
|||||||
{{- if .Values.zookeeper.restartPodsOnConfigMapChange }}
|
{{- if .Values.zookeeper.restartPodsOnConfigMapChange }}
|
||||||
checksum/config: {{ include (print $.Template.BasePath "/zookeeper-configmap.yaml") . | sha256sum }}
|
checksum/config: {{ include (print $.Template.BasePath "/zookeeper-configmap.yaml") . | sha256sum }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{ toYaml .Values.zookeeper.annotations | indent 8 }}
|
{{- with .Values.zookeeper.annotations }}
|
||||||
|
{{ toYaml . | indent 8 }}
|
||||||
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
{{- if .Values.zookeeper.nodeSelector }}
|
{{- if .Values.zookeeper.nodeSelector }}
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user