mirror of
https://github.com/alibaba/higress.git
synced 2026-05-08 04:17:27 +08:00
feat: add hgctl manifest support (#554)
Signed-off-by: bitliu <bitliu@tencent.com>
This commit is contained in:
@@ -180,7 +180,7 @@ func InstallManifests(profile *helm.Profile, writer io.Writer) error {
|
||||
return fmt.Errorf("failed to build kubernetes client: %w", err)
|
||||
}
|
||||
|
||||
op, err := installer.NewInstaller(profile, cliClient, writer)
|
||||
op, err := installer.NewInstaller(profile, cliClient, writer, false)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user