Fix missing protocol in JWT Issuer (#120)

* Add missing protocol to jwt_issuer

Signed-off-by: Mariusz Sabath <[email protected]>

* Removed trailing spaces

Signed-off-by: Mariusz Sabath <[email protected]>

---------

Signed-off-by: Mariusz Sabath <[email protected]>
This commit is contained in:
Mariusz Sabath
2023-11-29 00:13:32 +00:00
committed by GitHub
parent 1ef207c7b2
commit b7d8590b77
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
{{- else if ne (len .Values.jwtIssuer) 0 }} {{- else if ne (len .Values.jwtIssuer) 0 }}
{{- .Values.jwtIssuer }} {{- .Values.jwtIssuer }}
{{- else }} {{- else }}
{{- printf "oidc-discovery.%s" (include "spire-lib.trust-domain" .) }} {{- printf "https://oidc-discovery.%s" (include "spire-lib.trust-domain" .) }}
{{- end }} {{- end }}
{{- end }} {{- end }}