[cilium] add custom vars for clusterrole cilium operator (#10267)

This commit is contained in:
jeremy-thuon
2023-07-03 11:20:51 +02:00
committed by GitHub
parent 872e173887
commit 0405af1107
3 changed files with 58 additions and 0 deletions

View File

@@ -243,3 +243,22 @@
# -- Whether to enable CNP status updates.
# cilium_disable_cnp_status_updates: true
# A list of extra rules variables to add to clusterrole for cilium operator, formatted like:
# cilium_clusterrole_rules_operator_extra_vars:
# - apiGroups:
# - '""'
# resources:
# - pods
# verbs:
# - delete
# - apiGroups:
# - '""'
# resources:
# - nodes
# verbs:
# - list
# - watch
# resourceNames:
# - toto
# cilium_clusterrole_rules_operator_extra_vars: []