Installing the DCE Helm chart
SonarQube Data Center Edition (DCE) can be installed from a customized SonarQube Server Helm chart.
helm repo add sonarqube https://SonarSource.github.io/helm-chart-sonarqube
helm repo update
kubectl create namespace sonarqube-dce
helm upgrade --install -n sonarqube-dce sonarqube-dce sonarqube/sonarqube-dcehelm repo add sonarqube https://SonarSource.github.io/helm-chart-sonarqube
helm repo update
kubectl create namespace sonarqube-dce
export JWT_SECRET=$(echo -n "your_secret" | openssl dgst -sha256 -hmac "your_key" -binary | base64)
helm upgrade --install -n sonarqube-dce sonarqube-dce --set applicationNodes.jwtSecret=$JWT_SECRET sonarqube/sonarqube-dceRelated pages
Was this helpful?

