mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
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
|
||||
|
||||
|
||||
@@ -146,7 +146,7 @@ spec:
|
||||
matchLabels:
|
||||
io.cilium/app: operator
|
||||
tolerations:
|
||||
- operator: Exists
|
||||
{{ cilium_operator_tolerations | list | to_nice_yaml(indent=2) | indent(8) }}
|
||||
volumes:
|
||||
- name: cilium-config-path
|
||||
configMap:
|
||||
|
||||
Reference in New Issue
Block a user