From 3a0a943078e536d16b1fb63e57c08463caea5b4b Mon Sep 17 00:00:00 2001 From: Carl Mueller-Roemer Date: Fri, 20 May 2022 12:10:00 +0200 Subject: [PATCH] Add SONAR_WEB_CONTEXT example in comments Without setting SONAR_WEB_CONTEXT, using a non-default path doesn't work. --- charts/sonarqube/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/sonarqube/values.yaml b/charts/sonarqube/values.yaml index a39a9e0..33fe182 100644 --- a/charts/sonarqube/values.yaml +++ b/charts/sonarqube/values.yaml @@ -204,6 +204,9 @@ jvmOpts: "" ## Environment variables to attach to the pods ## # env: +# # If you use a different ingress path from /, you have to add it here as the value of SONAR_WEB_CONTEXT +# - name: SONAR_WEB_CONTEXT +# value: /sonarqube # - name: VARIABLE # value: my-value