From 7dec5b904d223e7712773a955274c741b8400c92 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Tue, 17 Oct 2023 21:49:51 -0400 Subject: [PATCH] Revert "fix: marlowe-playgdound initContainer command" This seems to have broken the deployment. This reverts commit 5aabb498cf23d65c5d09a4c2762f95b457a791fc. --- deploy/templates/marlowe-playground.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/templates/marlowe-playground.yaml b/deploy/templates/marlowe-playground.yaml index 52b45ac52..e6e09a9c0 100644 --- a/deploy/templates/marlowe-playground.yaml +++ b/deploy/templates/marlowe-playground.yaml @@ -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