Add by default k8s workload registrar compatible SPIFFEIDs to controller-manager setup
Signed-off-by: Marco Franssen <[email protected]> Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
@@ -142,6 +142,18 @@ controllerManager:
|
||||
port: 443
|
||||
annotations: {}
|
||||
|
||||
ignoreNamespaces: []
|
||||
|
||||
identities:
|
||||
enabled: true
|
||||
|
||||
spiffeIDTemplate: spiffe://{{ .TrustDomain }}/ns/{{ .PodMeta.Namespace }}/sa/{{ .PodSpec.ServiceAccountName }}
|
||||
podSelector: {}
|
||||
# matchLabels:
|
||||
# spiffe.io/spiffe-id: "true"
|
||||
dnsNameTemplates: []
|
||||
# - '{{ index .PodMeta.Labels "app.kubernetes.io/name" }}.{{ .PodMeta.Namespace }}.svc.cluster.local'
|
||||
|
||||
k8sWorkloadRegistrar:
|
||||
# -- The `k8s-workload-registrar` is deprecated in favor of the `spire-controller-manager`
|
||||
# A next release will switch to use the `spire-controller-manager` by default.
|
||||
|
||||
Reference in New Issue
Block a user