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 66fd83c commit 86e6faaCopy full SHA for 86e6faa
charts/templates/statefulset.yaml
@@ -144,8 +144,8 @@ spec:
144
echo "${TIMESTAMP} $@" > /proc/$pid/fd/1
145
}
146
log "Info: [poststart] Begin Poststart Hook Execution"
147
- if [[ $MARKLOGIC_GROUP == "Default" || $POD_NAME != *-0 ]]; then
148
- log "Info: [poststart] This is not a bootstrap host or group specified is Default"
+ if [[ $POD_NAME != *-0 ]]; then
+ log "Info: [poststart] Skipping group configuration."
149
else
150
while [ ! -f /var/opt/MarkLogic/ready ]; do
151
log "[poststart] wait for marklogic server to be ready"
0 commit comments