File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ spec:
315
315
# Begin Group Configuration
316
316
if [[ $POD_NAME == *-0 ]] && [[ $MARKLOGIC_CLUSTER_TYPE == "bootstrap" ]]; then
317
317
[ -f /var/opt/MarkLogic/group_cfg ] && current_group_cfg=$(cat /var/opt/MarkLogic/group_cfg)
318
- if [ "${MARKLOGIC_GROUP}:${XDQP_SSL_ENABLED}" = "${current_group_cfg}" ]; then
318
+ if [ "${MARKLOGIC_GROUP}:${XDQP_SSL_ENABLED}:${MARKLOGIC_JOIN_TLS_ENABLED} " = "${current_group_cfg}" ]; then
319
319
log "Info: [poststart] Group config has not changed, complete group configuration"
320
320
else
321
321
log "Info: [poststart] Begin group configuration."
@@ -339,9 +339,9 @@ spec:
339
339
restart_check ${TIMESTAMP}
340
340
fi
341
341
if [[ $MARKLOGIC_IMAGE_TYPE == "rootless" ]]; then
342
- sh -c 'echo -n '"${MARKLOGIC_GROUP}:${XDQP_SSL_ENABLED}"' > /var/opt/MarkLogic/group_cfg'
342
+ sh -c 'echo -n '"${MARKLOGIC_GROUP}:${XDQP_SSL_ENABLED}:${MARKLOGIC_JOIN_TLS_ENABLED} "' > /var/opt/MarkLogic/group_cfg'
343
343
else
344
- sudo sh -c 'echo -n '"${MARKLOGIC_GROUP}:${XDQP_SSL_ENABLED}"' > /var/opt/MarkLogic/group_cfg'
344
+ sudo sh -c 'echo -n '"${MARKLOGIC_GROUP}:${XDQP_SSL_ENABLED}:${MARKLOGIC_JOIN_TLS_ENABLED} "' > /var/opt/MarkLogic/group_cfg'
345
345
fi
346
346
log "Info: [poststart] ${GROUP_CFG} saved"
347
347
else
@@ -702,4 +702,4 @@ spec:
702
702
{{- if .Values.additionalVolumeClaimTemplates }}
703
703
{{- toYaml .Values.additionalVolumeClaimTemplates | nindent 4 }}
704
704
{{- end }}
705
- {{- end }}
705
+ {{- end }}
You can’t perform that action at this time.
0 commit comments