File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
44
exit 1
45
45
fi
46
46
GROUP_CFG_TEMPLATE='{"group-name":"%s", "xdqp-ssl-enabled":"%s"}'
47
- GROUP_CFG=$(printf "$GROUP_CFG_TEMPLATE" "$MARKLOGIC_GROUP" "$XDQP_SSL_ENABLED")
47
+ GROUP_CFG=$(printf "$GROUP_CFG_TEMPLATE" "$MARKLOGIC_GROUP" "$XDQP_SSL_ENABLED")
48
48
log "Info: [initContainer] GROUP_CFG: $GROUP_CFG"
49
49
GROUP_RESP_CODE=`curl --anyauth -m 20 -s -o /dev/null -w "%{http_code}" -X GET http://${MARKLOGIC_BOOTSTRAP_HOST}:8002/manage/v2/groups/${MARKLOGIC_GROUP} --anyauth --user ${MARKLOGIC_ADMIN_USERNAME}:${MARKLOGIC_ADMIN_PASSWORD}`
50
50
if [[ ${GROUP_RESP_CODE} -eq 200 ]]; then
68
68
- name : MARKLOGIC_GROUP
69
69
value : {{ .Values.group.name }}
70
70
- name : XDQP_SSL_ENABLED
71
- value : {{ .Values.group.enableXdqpSsl }}
71
+ value : {{ quote .Values.group.enableXdqpSsl }}
72
72
- name : MARKLOGIC_ADMIN_USERNAME
73
73
valueFrom :
74
74
secretKeyRef :
You can’t perform that action at this time.
0 commit comments