rancher-partner-charts/charts/citrix-cpx-with-ingress-con.../templates/_helpers.tpl

12 lines
301 B
Smarty
Raw Normal View History

2020-09-25 18:35:57 +00:00
{{/* vim: set filetype=mustache: */}}
{{/*
Analytics Server IP or DNS
*/}}
{{- define "analytics.server" -}}
{{- if .Values.coeConfig.endpoint.server -}}
{{- printf .Values.coeConfig.endpoint.server -}}
{{- else -}}
{{- printf "coe.%s.svc.cluster.local" .Release.Namespace -}}
{{- end -}}
{{- end -}}