Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwyles committed Apr 30, 2024
1 parent d74acdb commit 1e9c398
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
@@ -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 <providerName>")
2 changes: 1 addition & 1 deletion values/common-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "[]"
Expand Down

0 comments on commit 1e9c398

Please sign in to comment.