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