Skip to content

Commit 40ce543

Browse files
authored
Merge pull request #141 from wbstack/de/add-delay
add entrypoint delay
2 parents 55b52c4 + 3715c8c commit 40ce543

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env bash
22

3+
sleep 25 # give minikube some time to create and mount the secret
34
if [ -r '/usr/share/ca-certificates/extra/ca.crt' ]; then
45
echo 'extra/ca.crt' >> /etc/ca-certificates.conf
56
update-ca-certificates

0 commit comments

Comments
 (0)