fix(assist): url templating
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
3bd2578c9c
commit
7217517a11
1 changed files with 2 additions and 2 deletions
|
|
@ -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}}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue