Fix trustDomain global for oidc discovery provider (#193)

This commit is contained in:
Marco Franssen
2023-04-05 10:46:53 -04:00
committed by GitHub
parent 2a2615b2c6
commit db148c8aeb
2 changed files with 4 additions and 4 deletions
@@ -31,7 +31,7 @@ data:
workload_api {
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 {