From c2628ac4705738b03b91a9426e5d03e1c40207cf Mon Sep 17 00:00:00 2001 From: bom Date: Wed, 15 Dec 2021 11:44:31 +0100 Subject: [PATCH] wip --- .../resources/local-integration-test/setup-local-s3-on-k3d.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/test/resources/local-integration-test/setup-local-s3-on-k3d.sh b/src/test/resources/local-integration-test/setup-local-s3-on-k3d.sh index 36cdb1e..2b79b44 100755 --- a/src/test/resources/local-integration-test/setup-local-s3-on-k3d.sh +++ b/src/test/resources/local-integration-test/setup-local-s3-on-k3d.sh @@ -51,6 +51,9 @@ function main() kubectl exec -t $POD -- bash -c "echo \"$ENDPOINT k3stesthost cloudhost\" >> /etc/hosts" kubectl exec -t $POD -- /usr/local/bin/init.sh + echo ================= DEBUG ================= + ls -la /var/cloud + date echo ================= BACKUP ================= kubectl exec -t $POD -- ls -l /var/backups/config