Details
-
Type:
Documentation
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 9.1
-
Component/s: None
-
Labels:None
-
Edition:Community
-
Production Notes:None
Description
Currently we document the installation as
git clone https://github.com/SonarSource/helm-chart-sonarqube.git
cd helm-chart-sonarqube
helm dependency update
kubectl create namespace sonarqube
helm upgrade --install -f values.yaml -n sonarqube sonarqube ./
The cd command will only change into the directory of the repository and not in the directory where the helm chart is currently located, causing the next command to fail. It should be corrected to cd helm-chart-sonarqube/charts/sonarqube/