UNCLASSIFIED

Commit 9b73c1a4 authored by Karpagam Balan's avatar Karpagam Balan
Browse files

Update documentation

parent 5c4599c8
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.0.1] - 2020-06-3 ## TechPreview0615 - 2020-06-15
Initial release Initial release
upstream version 8.3-community [Version 8.3.1 (build 34397)] upstream version 8.3-community [Version 8.3.1 (build 34397)]
......
...@@ -46,7 +46,7 @@ SONARQUBE_JDBC_PASSWORD - password for the above user ...@@ -46,7 +46,7 @@ SONARQUBE_JDBC_PASSWORD - password for the above user
These need to be added in as Kubernetes secrets and mounted into the sonarqube pod https://kubernetes.io/docs/concepts/configuration/secret/. These need to be added in as Kubernetes secrets and mounted into the sonarqube pod https://kubernetes.io/docs/concepts/configuration/secret/.
To run Sonarqube, add the secrets, volumes, volumeMounts and env to set values for the above variables. To deploy Sonarqube, add the secrets, volumes, volumeMounts and env to set values for the above variables.
After the above secrets are incorporated into the sonarqube/ manifests, to deploy Sonarqube apply the kustomized manifest: After the above secrets are incorporated into the sonarqube/ manifests, to deploy Sonarqube apply the kustomized manifest:
``` ```
...@@ -55,12 +55,12 @@ kubectl apply -k sonarqube/ ...@@ -55,12 +55,12 @@ kubectl apply -k sonarqube/
### IMPORTANT Default Admin Credentials ### IMPORTANT Default Admin Credentials
When installing SonarQube, a default user with Administer System permission is created automatically: When installing SonarQube, a default user with administrator privileges is created automatically:
Login: admin Login: admin
Password: admin Password: admin
You can change the administrator password from the SonarQube dashboard by following these steps: For security reasons the administrator password should be changed. This can be done from the SonarQube dashboard by following these steps:
1)Log in to the SonarQube dashboard. 1)Log in to the SonarQube dashboard.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment