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

12 lines
301 B
Smarty

{{/* 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 -}}