Skip to content

Commit 6f131c0

Browse files
committed
CLD-488: Move MARKLOGIC_INIT to configmap.yaml and add MARKLOGIC_JOIN_CLUSTER to add functionality requested in sprint review meeting
1 parent 6e9313c commit 6f131c0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

charts/templates/configmap.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ metadata:
88
data:
99
MARKLOGIC_BOOTSTRAP_HOST: {{ include "marklogic.fullname" . }}-0
1010
MARKLOGIC_FQDN_SUFFIX: {{ include "marklogic.headlessURL" . }}
11-
11+
MARKLOGIC_INIT: "true"
12+
MARKLOGIC_JOIN_CLUSTER: "true"

charts/templates/statefulset.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ spec:
4141
secretKeyRef:
4242
name: {{ include "marklogic.fullname" . }}
4343
key: password
44-
- name: MARKLOGIC_INIT
45-
value: "true"
4644
envFrom:
4745
- configMapRef:
4846
name: {{ include "marklogic.fullname" . }}

0 commit comments

Comments
 (0)