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 6e9313c commit 6f131c0Copy full SHA for 6f131c0
charts/templates/configmap.yaml
@@ -8,4 +8,5 @@ metadata:
8
data:
9
MARKLOGIC_BOOTSTRAP_HOST: {{ include "marklogic.fullname" . }}-0
10
MARKLOGIC_FQDN_SUFFIX: {{ include "marklogic.headlessURL" . }}
11
-
+ MARKLOGIC_INIT: "true"
12
+ MARKLOGIC_JOIN_CLUSTER: "true"
charts/templates/statefulset.yaml
@@ -41,8 +41,6 @@ spec:
41
secretKeyRef:
42
name: {{ include "marklogic.fullname" . }}
43
key: password
44
- - name: MARKLOGIC_INIT
45
- value: "true"
46
envFrom:
47
- configMapRef:
48
0 commit comments