Skip to content

Commit

Permalink
Fix format for ignoreNamespaces (#388)
Browse files Browse the repository at this point in the history
Signed-off-by: Mariusz Sabath <[email protected]>
  • Loading branch information
mrsabath authored Jun 23, 2024
1 parent 7a0a77b commit fb7fb80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/spire/charts/spire-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb7fb80

Please sign in to comment.