Skip to content

Commit 2ee3c8b

Browse files
author
sd109
committed
Allow non-local k8s contexts
1 parent 45fc6de commit 2ee3c8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tiltfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# or should be included in the remote Helm install
33
run_ui_locally = True
44

5+
# Allow non-local contexts
6+
allow_k8s_contexts(k8s_context())
7+
58
# TODO: Include image builds in tilt up
69
# docker_build("images/ui-base/")
710

0 commit comments

Comments
 (0)