File tree Expand file tree Collapse file tree
sonarqube/chart/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -175,8 +175,8 @@ SONARQUBE_DB_CAPACITY=2Gi
175175SONARQUBE_DB_BACKUP_CAPACITY=1Gi
176176
177177# SonarQube scan configuration
178- SONAR_SCAN_ENABLED=true
179- SONAR_SCAN_EXCLUSIONS=
178+ SONAR_SCAN_ENABLED=" true"
179+ SONAR_SCAN_EXCLUSIONS=""
180180SONAR_SCAN_NEXUS_REPOSITORY=leva-documentation
181181SONAR_SCAN_ALERT_EMAILS=
182182
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ metadata:
66apiVersion : v1
77data :
88 alertEmails : {{ .Values.scan.sonaralertEmails }}
9- enabled : {{ .Values.scan.sonarEnabled }}
10- exclusions : {{ .Values.scan.sonarExclusions }}
9+ enabled : {{ .Values.scan.sonarEnabled | quote }}
10+ exclusions : {{ .Values.scan.sonarExclusions | quote }}
1111 nexusRepository : {{ .Values.scan.sonarNexusRepository }}
You can’t perform that action at this time.
0 commit comments