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 d611db3 commit 148450bCopy full SHA for 148450b
charts/templates/configmap.yaml
@@ -6,6 +6,6 @@ metadata:
6
labels:
7
{{- include "marklogic.labels" . | nindent 4 }}
8
data:
9
- ML_BOOTSTRAP_HOST: {{ include "marklogic.fullname" . }}-0
10
- ML_FQDN_SUFFIX: {{ include "marklogic.headlessURL" . }}
+ MARKLOGIC_BOOTSTRAP_HOST: {{ include "marklogic.fullname" . }}-0
+ MARKLOGIC_FQDN_SUFFIX: {{ include "marklogic.headlessURL" . }}
11
0 commit comments