Add detecting higress installed by helm or not before install (#620)

This commit is contained in:
Jun
2023-11-02 15:41:01 +08:00
committed by GitHub
parent 344035698a
commit 7b1f538d38
8 changed files with 104 additions and 10 deletions

View File

@@ -77,7 +77,6 @@ func (a *Agent) profileArgs() []string {
fmt.Sprintf("--nacos-password=%s", a.profile.Storage.Password),
fmt.Sprintf("--nacos-username=%s", a.profile.Storage.Username),
fmt.Sprintf("--data-enc-key=%s", a.profile.Storage.DataEncKey),
fmt.Sprintf("--console-password=%s", a.profile.Console.AdminPasswordValue),
fmt.Sprintf("--console-port=%d", a.profile.Console.Port),
fmt.Sprintf("--gateway-http-port=%d", a.profile.Gateway.HttpPort),
fmt.Sprintf("--gateway-https-port=%d", a.profile.Gateway.HttpsPort),