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:
felipe88alves
2025-05-12 11:25:15 +01:00
committed by GitHub
parent fceb1516b8
commit 9bbd597e20
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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: