Merge pull request #1199 from soulseen/fix/sonar

fix set sonarqube options
This commit is contained in:
KubeSphere CI Bot
2019-10-25 14:26:55 +08:00
committed by GitHub

View File

@@ -160,6 +160,7 @@ func CreateClientSet(conf *apiserverconfig.Config, stopCh <-chan struct{}) error
csop := &client.ClientSetOptions{}
csop.SetDevopsOptions(conf.DevopsOptions).
SetSonarQubeOptions(conf.SonarQubeOptions).
SetKubernetesOptions(conf.KubernetesOptions).
SetMySQLOptions(conf.MySQLOptions).
SetLdapOptions(conf.LdapOptions).