From 46b9a80a76e514f37178bb556d9d7523de632392 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Sun, 14 Dec 2025 00:28:18 +0000 Subject: [PATCH] mount --- mist_infra/arc/update_arc.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mist_infra/arc/update_arc.sh b/mist_infra/arc/update_arc.sh index 64a1b33..fa60cc9 100755 --- a/mist_infra/arc/update_arc.sh +++ b/mist_infra/arc/update_arc.sh @@ -41,3 +41,7 @@ echo echo "Next steps:" echo "- kubectl get pods -n $NAMESPACE" echo "- kubectl get runners" + +kubectl get secret aws-secrets -n default -o yaml \ +| sed 's/namespace: default/namespace: arc-systems/' \ +| kubectl apply -f - \ No newline at end of file