Skip to content

Commit

Permalink
Revert "fix: marlowe-playgdound initContainer command"
Browse files Browse the repository at this point in the history
This seems to have broken the deployment.

This reverts commit 5aabb49.
  • Loading branch information
shlevy committed Oct 18, 2023
1 parent 6c05171 commit 7dec5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/templates/marlowe-playground.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
- -c
- |
root="$(dirname $(readlink -f /profile/index.html))"
cp -va $root/share/marlowe-playground-client/* /share/marlowe-playground-client/
cp -a $root/* /share/marlowe-playground-client/static
mountName: client-www
initMountPath: /share/marlowe-playground-client/static
appMountPath: /client-www
Expand Down

0 comments on commit 7dec5b9

Please sign in to comment.