Skip to content

Commit

Permalink
allow ovh-debatemap context
Browse files Browse the repository at this point in the history
  • Loading branch information
maparent committed Mar 15, 2024
1 parent 36b28d0 commit 9d2fa84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tilt/Main.star
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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])
local(["node", "../Scripts/RecordTiltfileRun.js", ENV])

0 comments on commit 9d2fa84

Please sign in to comment.