Fix format for ignoreNamespaces (#388)

Signed-off-by: Mariusz Sabath <[email protected]>
This commit is contained in:
Mariusz Sabath
2024-06-23 16:29:39 -07:00
committed by GitHub
parent 7a0a77b6b8
commit fb7fb809fa
+2 -2
View File
@@ -541,9 +541,9 @@ controllerManager:
- kube-public
- local-path-storage
# openshift creates many namespaces that should be typically ignored:
- openshift-*
- openshift-.*
# ibmcloud specific namespaces:
- ibm-*
- ibm-.*
## @param controllerManager.reconcile.clusterSPIFFEIDs Enable reconciliation of clusterSPIFFEIDs from K8s to the SPIRE server
## @param controllerManager.reconcile.clusterStaticEntries Enable reconciliation of clusterStaticEntries from K8s to the SPIRE server
## @param controllerManager.reconcile.clusterFederatedTrustDomains Enable reconciliation of clusterFederatedTrustDomains from K8s to the SPIRE server