correctly suffix Auth-Signer url when running in custom namespace (#1335)

This commit is contained in:
Francesco Servida 2023-11-04 18:34:05 +01:00 committed by GitHub
parent a050646017
commit 4998274ab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ metadata:
type: Opaque
stringData:
WACZ_SIGN_URL: "http://auth-signer.default:5053/sign"
WACZ_SIGN_URL: "http://auth-signer.{{ .Release.Namespace }}:5053/sign"
WACZ_SIGN_TOKEN: "{{ $.Values.signer.auth_token }}"
{{- end }}