Skip to content

Instantly share code, notes, and snippets.

@mysticrenji
Created March 11, 2021 08:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mysticrenji/46b9820b96aef639e483c81b7b6d3a0a to your computer and use it in GitHub Desktop.
Save mysticrenji/46b9820b96aef639e483c81b7b6d3a0a to your computer and use it in GitHub Desktop.
SonarQube Helm Chart
cd Sonarqube
helm repo add oteemocharts https://oteemo.github.io/charts/
helm repo update
kubectl create namespace sonarqube
helm install sonarqube -f values.yaml oteemocharts/sonarqube -n sonarqube
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment