Fix trustDomain global for oidc discovery provider (#193)
This commit is contained in:
@@ -31,7 +31,7 @@ data:
|
|||||||
|
|
||||||
workload_api {
|
workload_api {
|
||||||
socket_path = {{ include "spiffe-oidc-discovery-provider.workload-api-socket-path" . | quote }}
|
socket_path = {{ include "spiffe-oidc-discovery-provider.workload-api-socket-path" . | quote }}
|
||||||
trust_domain = "{{ .Values.trustDomain }}"
|
trust_domain = {{ include "spiffe-oidc-discovery-provider.trust-domain" . | quote }}
|
||||||
}
|
}
|
||||||
|
|
||||||
health_checks {
|
health_checks {
|
||||||
|
|||||||
@@ -2,12 +2,12 @@
|
|||||||
global:
|
global:
|
||||||
k8s:
|
k8s:
|
||||||
# -- This is the value of your clusters `kubeadm init --service-dns-domain` flag
|
# -- This is the value of your clusters `kubeadm init --service-dns-domain` flag
|
||||||
clusterDomain: "cluster.local"
|
clusterDomain: cluster.local
|
||||||
spire:
|
spire:
|
||||||
# -- Set the name of the Kubernetes cluster
|
# -- Set the name of the Kubernetes cluster
|
||||||
clusterName: "example-cluster"
|
clusterName: example-cluster
|
||||||
# -- Set the trust domain to use for the spiffe identifiers
|
# -- Set the trust domain to use for the spiffe identifiers
|
||||||
trustDomain: "example.org"
|
trustDomain: example.org
|
||||||
# -- Override all instances of bundleConfigMap
|
# -- Override all instances of bundleConfigMap
|
||||||
bundleConfigMap: ""
|
bundleConfigMap: ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user