Helm Chart: SonarProperties are not applied

Hello all, i’m trying to instantiate the sonarqube in kubernetes.

I’m trying to apply sonarproperties in my helm chart but the configurations are not applied.

If you need more information to help me just tell me.

Such settings need to be set through the UI (or using the Web API), they can’t be set in the sonar.properties file for an instance.

Also, for what it’s worth, the commonly used SonarQube Helm Chart isn’t produced by SonarSource, so you may find better Helm-specific support wherever you found such a helm chart.

First of all thank you for replying.

In the yaml values of the chart i found this
image
So, i was thinking in the same way of define sonar.properties.

Yeah… the distinction between what can be set in the UI and what can be set in conf/sonar.properties is not great. Rule of thumb: for system settings, if it can be set in the UI, it can’t be set in conf/sonar.properties (and vice-versa).

So, i must go to the UI and define there my configurations about for example saml plugin?
I can’t have a yaml file like the screenshot?