mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-06 03:01:13 -03:30
create cilium_operator_tolerations variable in group_var (#12200)
- This enables ithe override of the tolerations for the cilium-operator deployment - default behaviour is to leave the toleration as is unless the var is set
This commit is contained in:
@@ -216,6 +216,10 @@ cilium_operator_extra_volume_mounts: []
|
||||
# Extra arguments for the Cilium Operator
|
||||
cilium_operator_custom_args: []
|
||||
|
||||
# Tolerations of the cilium operator
|
||||
cilium_operator_tolerations:
|
||||
- operator: "Exists"
|
||||
|
||||
# Name of the cluster. Only relevant when building a mesh of clusters.
|
||||
cilium_cluster_name: default
|
||||
|
||||
|
||||
Reference in New Issue
Block a user