From b324fdae02fa4637f6a4c33bb1ff99c225f0552d Mon Sep 17 00:00:00 2001 From: David Juhasz Date: Thu, 9 Nov 2023 11:25:49 -0800 Subject: [PATCH] Fix enduro namespace for tilt "flush" button --- Tiltfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tiltfile b/Tiltfile index 0b455ecab..82ff153e6 100644 --- a/Tiltfile +++ b/Tiltfile @@ -98,7 +98,7 @@ cmd_button( argv=[ "sh", "-c", - "kubectl config set-context --current --namespace sdps; \ + "kubectl config set-context --current --namespace enduro-sdps; \ kubectl delete job --all; \ kubectl create -f hack/kube/tools/mysql-recreate-databases-job.yaml; \ kubectl create -f hack/kube/tools/minio-recreate-buckets-job.yaml; \