You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Name of the secret from which to load additional properties: https://community.sonarsource.com/t/additional-sonar-properties-to-load-from-a-secret/73748
7
4
# This secret will be created by the uds operator based on the sso spec defined in chart/templates/uds-package.yaml
8
5
sonarSecretProperties: sonarqube-sso
9
6
10
-
monitoring:
11
-
enabled: true
7
+
prometheusExporter:
8
+
enabled: false
9
+
10
+
prometheusMonitoring:
11
+
podMonitor:
12
+
enabled: false
12
13
13
14
initSysctl:
14
15
enabled: false
15
16
16
-
elasticsearch:
17
-
configureNode: false
18
-
19
17
jdbcOverwrite:
20
-
enable: true
18
+
enable: true # DEPRECATED: use `jdbcOverwrite.enabled` in v10.7.0
0 commit comments