Skip to content

Commit

Permalink
fix: marlowe-playgdound initContainer command
Browse files Browse the repository at this point in the history
  • Loading branch information
renebarbosafl committed Oct 12, 2023
1 parent 6c63f27 commit 5aabb49
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 -a $root/* /share/marlowe-playground-client/static
cp -va $root/share/marlowe-playground-client/* /share/marlowe-playground-client/
mountName: client-www
initMountPath: /share/marlowe-playground-client/static
appMountPath: /client-www
Expand Down

0 comments on commit 5aabb49

Please sign in to comment.