This is an automated email from the ASF dual-hosted git repository.
zhongxjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git
The following commit(s) were added to refs/heads/master by this push:
new a16c96bf [chore] fix operator profile splice v1 (#606)
a16c96bf is described below
commit a16c96bf7711516feda4ef0b84788417517efd81
Author: Jian Zhong <[email protected]>
AuthorDate: Sun Feb 16 23:43:57 2025 +0800
[chore] fix operator profile splice v1 (#606)
---
manifests/charts/admin/files/profile-demo.yaml | 0
manifests/charts/base/files/profile-default.yaml | 1 -
manifests/charts/base/files/profile-demo.yaml | 0
.../charts/dubbo-control/register-discovery/files/profile-default.yaml | 1 -
.../charts/dubbo-control/register-discovery/files/profile-demo.yaml | 0
operator/cmd/cluster/manifest.go | 2 --
6 files changed, 4 deletions(-)
diff --git a/manifests/charts/admin/files/profile-demo.yaml
b/manifests/charts/admin/files/profile-demo.yaml
new file mode 100644
index 00000000..e69de29b
diff --git a/manifests/charts/base/files/profile-default.yaml
b/manifests/charts/base/files/profile-default.yaml
deleted file mode 100644
index c70ebb93..00000000
--- a/manifests/charts/base/files/profile-default.yaml
+++ /dev/null
@@ -1 +0,0 @@
-test: false
\ No newline at end of file
diff --git a/manifests/charts/base/files/profile-demo.yaml
b/manifests/charts/base/files/profile-demo.yaml
new file mode 100644
index 00000000..e69de29b
diff --git
a/manifests/charts/dubbo-control/register-discovery/files/profile-default.yaml
b/manifests/charts/dubbo-control/register-discovery/files/profile-default.yaml
deleted file mode 100644
index c70ebb93..00000000
---
a/manifests/charts/dubbo-control/register-discovery/files/profile-default.yaml
+++ /dev/null
@@ -1 +0,0 @@
-test: false
\ No newline at end of file
diff --git
a/manifests/charts/dubbo-control/register-discovery/files/profile-demo.yaml
b/manifests/charts/dubbo-control/register-discovery/files/profile-demo.yaml
new file mode 100644
index 00000000..e69de29b
diff --git a/operator/cmd/cluster/manifest.go b/operator/cmd/cluster/manifest.go
index 84581101..2257fc15 100644
--- a/operator/cmd/cluster/manifest.go
+++ b/operator/cmd/cluster/manifest.go
@@ -63,8 +63,6 @@ func manifestGenerateCmd(ctx cli.Context, _ *RootArgs, mgArgs
*manifestGenerateA
# Generate the demo profile
dubboctl manifest generate --set profile=demo
`,
-
- Args: cobra.ExactArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {
if kubeClientFunc == nil {
kubeClientFunc = ctx.CLIClient