1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00

remove extra line for local debug

This commit is contained in:
Shuting Zhao 2019-07-03 14:11:18 -07:00
parent d8da84a5b5
commit edd34416e1

View file

@ -33,5 +33,3 @@ chmod +x "${certsGenerator}"
${certsGenerator} "--service=${service}" "--serverIP=${serverIP}" || exit 2
echo -e "\n### You can build and run kyverno project locally.\n### To check its work, run it with flags --kubeconfig and --serverIP parameters."
sudo ./kyverno --kubeconfig ~/.kube/config --serverIP=10.0.0.11 -v 4