Skip to content

Commit 7562edb

Browse files
committed
test
1 parent 7f022cf commit 7562edb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

argo/app-of-apps/templates/minecraft/minecraft-gug-rl.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ spec:
2323
- |
2424
mkdir -p /data/config
2525
chown -R 1000:1000 /data
26+
while [ ! -f /tmp/done ]; do
27+
echo "Waiting for /tmp/done..."
28+
sleep 5
29+
done
2630
securityContext:
2731
runAsUser: 0
2832
runAsGroup: 0

0 commit comments

Comments
 (0)