Skip to content

Commit

Permalink
Fix enduro namespace for tilt "flush" button
Browse files Browse the repository at this point in the history
  • Loading branch information
djjuhasz committed Nov 9, 2023
1 parent 4f09b8a commit b324fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down

0 comments on commit b324fda

Please sign in to comment.