File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
kubernetes/charts/weblogic-operator Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 46
46
affinity:
47
47
{ {- toYaml . | nindent 8 } }
48
48
{ {- end } }
49
+ { {- with .tolerations } }
50
+ tolerations:
51
+ { {- toYaml . | nindent 8 } }
52
+ { {- end } }
49
53
containers:
50
54
- name: "weblogic-operator"
51
55
image: { { .image | quote } }
Original file line number Diff line number Diff line change @@ -182,6 +182,11 @@ preserveWebhook: false
182
182
# for more information on affinity and anti-affinity.
183
183
# affinity:
184
184
185
+ # tolerations and taints work together to ensure that pods are not scheduled on inappropriate nodes. If the tolerations value is specified,
186
+ # then this content will be added to the operator's deployment. See https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/
187
+ # for more information on tolerations and taints.
188
+ # tolerations:
189
+
185
190
# Values related to debugging the operator.
186
191
# Customers should not need to use the following properties
187
192
You can’t perform that action at this time.
0 commit comments