SonarQube Chart

HI
i want Gitops to set the values in ALM GITHUB Integration, i didn’t find a way do it via the helm chart

i running on k8s , sonarqube version 9

Thanks
Elihai

Hello @elihaib and welcome to the community :wave:

sadly this is not possible, as these settings should and can not be set via properties or env vars. you could run another tool next to the sonarqube deployment that uses the web API to do the required changes thou.

api/alm_settings/create_github is probably the API endpoint to be used here.

do have some example for that?

you can have a look at the embedded documentation on your sonarqube instance (click on the questionmark on the top right and then on web api) or take a look at our instance: SonarQube

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.