diff --git a/Tilt/Main.star b/Tilt/Main.star index ac4f6ca2e..18b6e799e 100644 --- a/Tilt/Main.star +++ b/Tilt/Main.star @@ -3,6 +3,7 @@ # allow using tilt to also push to the remote OVHcloud k8s cluster allow_k8s_contexts('ovh') +allow_k8s_contexts('ovh-debatemap') # tilt config settings # For now, we just completely disable tilt's docker-prune behavior (doing so fixes issue #169); there might be a better solution, but this is fine for now. @@ -175,4 +176,4 @@ Start_Monitoring(g) # ========== # this is just for developer convenience, eg. for referencing to see when they last updated the remote k8s cluster -local(["node", "../Scripts/RecordTiltfileRun.js", ENV]) \ No newline at end of file +local(["node", "../Scripts/RecordTiltfileRun.js", ENV])