Skip to content

Commit 2d5eb45

Browse files
committed
add delay
1 parent 0270981 commit 2d5eb45

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)