Upgrade to spire-controller-manager 0.4.3 (#258)

Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
kfox1111
2024-02-22 10:38:58 -08:00
committed by GitHub
parent 020a0b5450
commit a0baace5ea
3 changed files with 16 additions and 2 deletions
+8 -1
View File
@@ -452,7 +452,7 @@ controllerManager:
registry: ghcr.io
repository: spiffe/spire-controller-manager
pullPolicy: IfNotPresent
tag: "0.4.2"
tag: "0.4.3"
## @param controllerManager.resources [object] Resource requests and limits for controller manager
resources: {}
@@ -495,6 +495,13 @@ controllerManager:
- kube-public
- local-path-storage
## @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
reconcile:
clusterSPIFFEIDs: true
clusterStaticEntries: true
clusterFederatedTrustDomains: true
identities:
clusterSPIFFEIDs:
# NOTE you can add multiple uniquely named entries to create multiple ClusterSPIFFEID objects. See example below.