Skip to content

Commit

Permalink
Update run-dev-kind instructions
Browse files Browse the repository at this point in the history
The charts path was out of date.

Signed-off-by: Galo Navarro <anglorvaroa@gmail.com>
  • Loading branch information
srvaroa committed Sep 16, 2019
1 parent ab5ddbf commit af9dc5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hack/ci/run-dev-kind.sh
Expand Up @@ -64,12 +64,13 @@ echo " bazel run //hack/bin:helm -- install \\"
echo " --name cert-manager \\"
echo " --namespace cert-manager \\"
echo " --values ./test/fixtures/cert-manager-values.yaml \\"
echo " ./contrib/charts/cert-manager"
echo " ./deploy/charts/cert-manager"
echo ""
echo ""
echo "Each time you make a change and run build_images.sh, you will need to manually"
echo "delete the cert-manager pod that is deployed in the cert-manager namespace."
echo ""
echo "Thanks for contributing!"
echo ""
echo ""
echo ""

0 comments on commit af9dc5a

Please sign in to comment.