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 committed by Rajesh Rajendran
parent 3bd2578c9c
commit 7217517a11

View file

@ -164,8 +164,8 @@ Create the volume mount config for redis TLS certificates
{{- define "openreplay.assist_url"}} {{- define "openreplay.assist_url"}}
{{- if .Values.global.enterpriseEditionLicense }} {{- 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}} {{- 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}}
{{- end}} {{- end}}