Skip to content

Fix the helm invocation for doing local testing

Craig Miskell requested to merge correct-minikube-dev-docs into master

When developing with minikube, the inference is that you want to test/develop your local helm charts, not the upstream helm charts. Therefore the correct helm invocation is not to install "gitlab/gitlab", but to use "."

Merge request reports