Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisVQ authored Mar 27, 2024
1 parent 41962d6 commit 7f4b897
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sonarqube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ This repo contains the build recipe for a central SonarQube instance to which al

The OpenShift templates are located in `chart` and can be compared with the OC cluster using [helm](https://github.com/helm/helm). For example, run `cd chart && helm secrets diff upgrade` to see if there is any drift between current and desired state.

To install SonarQube, run `make install-sonarqube`.

## Administration

There is an `admin` user which is allowed to change settings, install plugins, etc. The password is located in the OC project `ods`, under the `sonarqube-app` secrets.
Expand All @@ -16,6 +18,8 @@ There is an `admin` user which is allowed to change settings, install plugins, e

Push to this repository, then go to the build config in OC and start a new build.

Aditionally you can run `make start-sonarqube-build`.

## Manual steps performed after booting the instance

1. Admin password changed (see OC secrets `sonarqube-app`).
Expand Down

0 comments on commit 7f4b897

Please sign in to comment.