Skip to content

Commit

Permalink
set allow_k8s_contexts via TILT_ALLOW_CONTEXT
Browse files Browse the repository at this point in the history
  • Loading branch information
damoon committed Dec 8, 2021
1 parent 1dcc018 commit e7309b7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Tiltfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
disable_snapshots()
analytics_settings(enable=False)
allow_k8s_contexts(['test', 'ci'])

load('ext://min_tilt_version', 'min_tilt_version')
min_tilt_version('0.15.0') # includes fix for auto_init+False with tilt ci
allow_k8s_contexts(os.getenv("TILT_ALLOW_CONTEXT"))

include('./service-dependencies/Tiltfile')
include('./tests/Tiltfile')
Expand Down

0 comments on commit e7309b7

Please sign in to comment.