System information (Operating system:K8s, Java version:17, Database:postgres 14)
What’s the issue you’re facing?
i want to pass wild card domain in jvmOpts: -Dhttp.nonProxyHosts=localhost|127.|[::1]|.domain.com but it is always taking default value localhost|127.*|[::1] not appending the domain
If this is about SonarQube-side configuration, you need to set this in the conf/sonar.properties file or via environment variables, and not through some JVM option.
Hi Colin Thank for your reply im using sonar helm chart as per the documentation im setting the jvm_opts through values.yaml what i noticed is -Dhttp.nonProxyHosts is appearing twice in logs one with default value -Dhttp.nonProxyHosts=localhost|127.|[::1] and one with which is passed through values -Dhttp.nonProxyHosts=.domain.com|localhost|127.*|[::1] due to which jenkins webhooks are failing