fix(assist): url templating

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2025-05-27 16:05:29 +02:00
parent 600690ab84
commit 5db6f08098

View file

@ -164,8 +164,8 @@ Create the volume mount config for redis TLS certificates
{{- define "openreplay.assist_url"}}
{{- if .Values.global.enterpriseEditionLicense }}
{{- printf "http://assist-api-openreplay.%s.%s:9001/assist/%s" .Release.Namespace .Values.global.clusterDomain }}
{{- printf "http://assist-api-openreplay.%s.%s:9001/assist/%%s" .Release.Namespace .Values.global.clusterDomain }}
{{- else}}
{{- printf "http://assist-openreplay.%s.%s:9001/assist/%s" .Release.Namespace .Values.global.clusterDomain }}
{{- printf "http://assist-openreplay.%s.%s:9001/assist/%%s" .Release.Namespace .Values.global.clusterDomain }}
{{- end}}
{{- end}}