diff --git a/apps/etherpadlite-ssl/values.yaml b/apps/etherpadlite-ssl/values.yaml index d119fd7..7727d0a 100644 --- a/apps/etherpadlite-ssl/values.yaml +++ b/apps/etherpadlite-ssl/values.yaml @@ -1,10 +1,5 @@ -#serviceName: pad clusterDomain: c2.k8s.ooo email: technik@ungleich.ch letsencryptStaging: "yes" - -# This is how the service and the data volumes are named - i.e. the -# persistent thing -#identifier: "{{ .Chart.Name }}-{{ .Release.Name }}" identifier: "{{ .Release.Name }}" -fqdn: "{{ .Release.Name }}.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}" +fqdn: "tpl {{ .Values.identifier }}.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}"