diff --git a/chart/values.yaml b/chart/values.yaml index 9924f92..d6efbc5 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1,6 +1,6 @@ domain: "###ZARF_VAR_DOMAIN###" sso: - enabled: false - secretName: "###ZARF_CONST_SONARQUBE_SSO_SECRET_NAME###" + enabled: true + secretName: sonarqube-sso saml: providerName: Keycloak # This is displayed on the SonarQube landing screen ("Log in with ") diff --git a/values/common-values.yaml b/values/common-values.yaml index 52bdc61..3c56a04 100644 --- a/values/common-values.yaml +++ b/values/common-values.yaml @@ -5,7 +5,7 @@ edition: "community" # Name of the secret from which to load additional properties: https://community.sonarsource.com/t/additional-sonar-properties-to-load-from-a-secret/73748 # This secret will be created by the uds operator based on the sso spec defined in chart/templates/uds-package.yaml -sonarSecretProperties: "###ZARF_CONST_SONARQUBE_SSO_SECRET_NAME###" +sonarSecretProperties: sonarqube-sso monitoring: enabled: true diff --git a/zarf.yaml b/zarf.yaml index 311e95e..b544685 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -7,10 +7,6 @@ metadata: version: "8.0.3-uds.6" # x-release-please-end -constants: - - name: SONARQUBE_SSO_SECRET_NAME - default: "sonarqube-sso" - variables: - name: SONARQUBE_DEPENDS_ON default: "[]"