Skip to content

Commit 38ad486

Browse files
committed
chore: move add-ns.py to a tilt directory
it's used only for tilt, and I prefer keeping the root directory a bit more organised
1 parent 18fdb5a commit 38ad486

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ docker_build("snyk/kubernetes-monitor", ".",
77
)
88

99
allow_k8s_contexts(['minikube', 'kubernetes-admin@kind'])
10-
k8s_yaml(local("helm template snyk-monitor | ./add-ns.py snyk-monitor"))
10+
k8s_yaml(local("helm template snyk-monitor | ./tilt/add-ns.py snyk-monitor"))
1111
k8s_resource('snyk-monitor', port_forwards='9229:9229')
1212
watch_file("snyk-monitor")
1313

File renamed without changes.

0 commit comments

Comments
 (0)