We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6495835 commit 18fdb5aCopy full SHA for 18fdb5a
Tiltfile
@@ -6,6 +6,7 @@ docker_build("snyk/kubernetes-monitor", ".",
6
entrypoint="bin/start-tilt"
7
)
8
9
+allow_k8s_contexts(['minikube', 'kubernetes-admin@kind'])
10
k8s_yaml(local("helm template snyk-monitor | ./add-ns.py snyk-monitor"))
11
k8s_resource('snyk-monitor', port_forwards='9229:9229')
12
watch_file("snyk-monitor")
0 commit comments