Skip to content

Commit 246ea66

Browse files
committed
keep ./hack/deploy.sh friendly to local dev
1 parent 213ada9 commit 246ea66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
set -e
44

5-
./hack/build.sh && ytt -f config/ -v push_images=true --data-value-yaml dangerous_enable_pprof=true | kbld -f- | kapp deploy -a kc -f- -c -y
5+
./hack/build.sh && ytt -f config/ | kbld -f- | kapp deploy -a kc -f- -c -y

0 commit comments

Comments
 (0)