Skip to content

Commit 5ded3e4

Browse files
committed
Remove direct call of start-marklogic.sh as it is the entry point of the docker image already.
1 parent fb23774 commit 5ded3e4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

charts/templates/statefulset.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ 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;
5751
ports:
5852
- containerPort: 7997
5953
name: health-check

0 commit comments

Comments
 (0)