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 df3afdd3 [profile] exchange manifest profile yaml
df3afdd3 is described below

commit df3afdd34a3d7376761187222b9de20cd3f4caef
Author: mfordjody <[email protected]>
AuthorDate: Fri Dec 13 17:46:28 2024 +0800

    [profile] exchange manifest profile yaml
---
 manifests/profiles/default.yaml | 14 +++++++-------
 manifests/profiles/demo.yaml    |  9 ++-------
 2 files changed, 9 insertions(+), 14 deletions(-)

diff --git a/manifests/profiles/default.yaml b/manifests/profiles/default.yaml
index 8c3a5f44..51af80e4 100644
--- a/manifests/profiles/default.yaml
+++ b/manifests/profiles/default.yaml
@@ -13,14 +13,14 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-apiVersion: dubbo.apache.org/v1alpha1
-kind: DubboConfig
+apiVersion: install.dubbo.io/v1alpha1
+kind: DubboOperator
 metadata:
   namespace: dubbo-system
 spec:
-  profile: default
-  namespace: dubbo-system
-  componentsMeta:
-    admin:
+  components:
+    base:
       enabled: true
-
+  values:
+    global:
+      dubboNamespace: dubbo-system
diff --git a/manifests/profiles/demo.yaml b/manifests/profiles/demo.yaml
index 7967321e..dfb7429a 100644
--- a/manifests/profiles/demo.yaml
+++ b/manifests/profiles/demo.yaml
@@ -13,14 +13,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-apiVersion: dubbo.apache.org/v1alpha1
-kind: DubboConfig
+apiVersion: install.dubbo.io/v1alpha1
+kind: DubboOperator
 metadata:
   namespace: dubbo-system
 spec:
   profile: demo
-  namespace: dubbo-system
-  componentsMeta:
-    admin:
-      enabled: true
-

Reply via email to