Skip to content

Commit c9da581

Browse files
committed
Add tolerations to webhook deployment
1 parent 8912651 commit c9da581

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

kubernetes/charts/weblogic-operator/templates/_operator-dep.tpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,10 @@ spec:
285285
affinity:
286286
{{- toYaml . | nindent 12 }}
287287
{{- end }}
288+
{{- with .tolerations }}
289+
tolerations:
290+
{{- toYaml . | nindent 12 }}
291+
{{- end }}
288292
containers:
289293
- name: "weblogic-operator-webhook"
290294
image: {{ .image | quote }}

0 commit comments

Comments
 (0)