Skip to content

Commit 8d69259

Browse files
authored
Fix nodeSelector and tolerations handling in dekaf-deployment.yaml (#682)
Fixes #681
1 parent cd251fb commit 8d69259

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

charts/pulsar/templates/dekaf-deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ spec:
4545
spec:
4646
{{- if ((.Values.dekaf).deployment).nodeSelector }}
4747
nodeSelector:
48-
{{ toYaml .Values.dekaf.deployment.nodeSelector | default dict | indent 10 }}
48+
{{ toYaml .Values.dekaf.deployment.nodeSelector | default dict | indent 8 }}
4949
{{- end }}
5050

5151
{{- if ((.Values.dekaf).deployment).tolerations }}
5252
tolerations:
53-
{{ toYaml .Values.dekaf.deployment.tolerations | default list | indent 8 }}
53+
{{ toYaml .Values.dekaf.deployment.tolerations | default list | indent 8 }}
5454
{{- end }}
5555

5656
containers:
@@ -110,4 +110,4 @@ spec:
110110
{{- if ((.Values.dekaf).deployment).extraVolumes }}
111111
{{- toYaml .Values.dekaf.deployment.extraVolumes | default list | nindent 6 }}
112112
{{- end }}
113-
{{- end }}
113+
{{- end }}

0 commit comments

Comments
 (0)