Update to spire-controller-manager 0.4.2 (#195)

This commit is contained in:
kfox1111
2024-01-25 12:07:10 +01:00
committed by GitHub
parent 3e1c5199b7
commit e8d527cd9a
9 changed files with 21 additions and 7 deletions
+6 -1
View File
@@ -423,6 +423,9 @@ controllerManager:
## @param controllerManager.watchClassless specify to process custom resources without class name specified. Useful to slowly migrate to class names from classless installs. Do not have two installs on the same k8s cluster both set to true.
watchClassless: false
## @param controllerManager.parentIDTemplate The template that is used to register workloads.
parentIDTemplate: "spiffe://{{ .TrustDomain }}/spire/agent/k8s_psat/{{ .ClusterName }}/{{ .NodeMeta.UID }}"
## @param controllerManager.expandEnv Set to true to enable environment variable substitution of config file options
expandEnv: false
@@ -445,7 +448,7 @@ controllerManager:
registry: ghcr.io
repository: spiffe/spire-controller-manager
pullPolicy: IfNotPresent
tag: "0.4.1"
tag: "0.4.2"
## @param controllerManager.resources [object] Resource requests and limits for controller manager
resources: {}
@@ -570,6 +573,8 @@ controllerManager:
# trustDomain: example.com
validatingWebhookConfiguration:
## @param controllerManager.validatingWebhookConfiguration.enabled Disable only when you have another chart instance on the k8s cluster with webhooks enabled.
enabled: true
## @param controllerManager.validatingWebhookConfiguration.failurePolicy Action when identity is not issued
failurePolicy: Fail