We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0ddc7 commit cc9e850Copy full SHA for cc9e850
charts/templates/configmap-haproxy.yaml
@@ -1,6 +1,6 @@
1
{{- if .Values.haproxy.enabled }}
2
{{- $replicas := int .Values.replicaCount }}
3
-{{- $releaseName := .Release.Name }}
+{{- $releaseName := include "marklogic.fullname" . }}
4
{{- $namespace := .Release.Namespace }}
5
{{- $clusterDomain := .Values.clusterDomain }}
6
{{- $tlsEnabled := .Values.haproxy.tls.enabled }}
0 commit comments