Skip to content

Commit d611db3

Browse files
committed
Changes based on PR comments
1 parent 5ded3e4 commit d611db3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

charts/templates/statefulset.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ spec:
4848
envFrom:
4949
- configMapRef:
5050
name: {{ include "marklogic.fullname" . }}
51+
command:
52+
- /bin/sh
53+
- -c
54+
- |
55+
echo "====Running Start Marklogic Script";
56+
sh /usr/local/bin/start-marklogic.sh;
57+
echo "====Running Start Marklogic Script Complete, Marking Pod as Ready";
58+
sudo touch /var/opt/MarkLogic/ready;
5159
ports:
5260
- containerPort: 7997
5361
name: health-check

0 commit comments

Comments
 (0)