Skip to content

Commit

Permalink
Fix prodbox init command (#5165)
Browse files Browse the repository at this point in the history
  • Loading branch information
lasryaric authored May 21, 2024
1 parent b8052e8 commit 6a66bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/deployments/prodbox-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
containers:
- name: web
image: gcr.io/or1g1n-186209/prodbox-image:latest
command: ["/bin/sh", "-c", "tail -f /dev/null"]
command: ["/bin/sh", "-c", "/dust/prodbox/init.sh"]
imagePullPolicy: Always

envFrom:
Expand Down

0 comments on commit 6a66bdb

Please sign in to comment.