From 7f4b8971d02e7216436e0d4ffc16cd15836a00a4 Mon Sep 17 00:00:00 2001 From: brais <26645694+braisvq1996@users.noreply.github.com> Date: Wed, 27 Mar 2024 18:10:49 +0100 Subject: [PATCH] Update README.md --- sonarqube/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sonarqube/README.md b/sonarqube/README.md index 0d12897fd..51da7efa2 100644 --- a/sonarqube/README.md +++ b/sonarqube/README.md @@ -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. @@ -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`).