We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213ada9 commit 246ea66Copy full SHA for 246ea66
hack/deploy.sh
@@ -2,4 +2,4 @@
2
3
set -e
4
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
+./hack/build.sh && ytt -f config/ | kbld -f- | kapp deploy -a kc -f- -c -y
0 commit comments