Skip to content

Commit a4a345f

Browse files
georgekazanishakj
andauthored
Delete Job scheduling (pravega#520)
Signed-off-by: George Kaz <[email protected]> Signed-off-by: George Kaz <[email protected]> Co-authored-by: anishakj <[email protected]>
1 parent 66fcc71 commit a4a345f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

charts/zookeeper-operator/templates/pre-delete-hooks.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,16 @@ spec:
115115
configMap:
116116
name: {{ template "zookeeper-operator.fullname" . }}-pre-delete
117117
defaultMode: 0555
118+
{{- if .Values.nodeSelector }}
119+
nodeSelector:
120+
{{ toYaml .Values.nodeSelector | indent 8 }}
121+
{{- end }}
122+
{{- if .Values.affinity }}
123+
affinity:
124+
{{ toYaml .Values.affinity | indent 8 }}
125+
{{- end }}
126+
{{- if .Values.tolerations }}
127+
tolerations:
128+
{{ toYaml .Values.tolerations | indent 8 }}
129+
{{- end }}
118130
{{- end }}

0 commit comments

Comments
 (0)