Skip to content

Commit e962eb9

Browse files
committed
Allow Tilt sample context
1 parent 3b60ad7 commit e962eb9

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ Tilt can auto-detect a k3d local registry through the `kube-public/local-registr
193193
A minimal Tiltfile looks like this.
194194

195195
```python
196+
allow_k8s_contexts("spind-tilt-sample")
197+
196198
docker_build("tilt-sample", ".")
197199
198200
k8s_yaml("k8s.yaml")

examples/tilt/Tiltfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
allow_k8s_contexts("spind-tilt-sample")
2+
13
docker_build("tilt-sample", ".")
24

35
k8s_yaml("k8s.yaml")

0 commit comments

Comments
 (0)