mirror of
https://github.com/kubesphere/website.git
synced 2025-12-29 15:42:49 +00:00
added note in SonarQube tutorial.
Signed-off-by: Felixnoo <felixliu@yunify.com>
This commit is contained in:
parent
e48bb6b59a
commit
1cdccefdcc
|
|
@ -44,6 +44,12 @@ To integrate SonarQube into your pipeline, you must install SonarQube Server fir
|
|||
helm upgrade --install sonarqube sonarqube --repo https://charts.kubesphere.io/main -n kubesphere-devops-system --create-namespace --set service.type=NodePort
|
||||
```
|
||||
|
||||
{{< notice note >}}
|
||||
|
||||
Make sure you use Helm 3 to install SonarQube Server.
|
||||
|
||||
{{</ notice >}}
|
||||
|
||||
3. You will get this prompt:
|
||||
|
||||

|
||||
|
|
|
|||
|
|
@ -44,6 +44,12 @@ weight: 11310
|
|||
helm upgrade --install sonarqube sonarqube --repo https://charts.kubesphere.io/main -n kubesphere-devops-system --create-namespace --set service.type=NodePort
|
||||
```
|
||||
|
||||
{{< notice note >}}
|
||||
|
||||
请您确保使用 Helm 3 安装 SonarQube Server。
|
||||
|
||||
{{</ notice >}}
|
||||
|
||||
3. 您会获取以下提示内容:
|
||||
|
||||

|
||||
|
|
|
|||
Loading…
Reference in New Issue