Skip to content

Commit c41fa40

Browse files
author
Barkha Choithani
committed
fixes as per review comments
1 parent 6dd7b5d commit c41fa40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

charts/templates/statefulset.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ spec:
4141
else
4242
echo "Group $MARKLOGIC_GROUP does not exist, creating $MARKLOGIC_GROUP on the MarkLogic cluster"
4343
curl --anyauth --user ${MARKLOGIC_ADMIN_USERNAME}:${MARKLOGIC_ADMIN_PASSWORD} -m 20 -s -X POST -d "${GROUP_CFG}" -H "Content-type: application/json" http://${MARKLOGIC_BOOTSTRAP_HOST}:8002/manage/v2/groups
44-
sleep 20s
4544
fi
4645
echo '### init container execution completed ###'
4746
env:

0 commit comments

Comments
 (0)