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 b42eb9b6 [dubboctl] fix errors (#485)
b42eb9b6 is described below

commit b42eb9b65863fb75f5614cdcfdf20391f5ec0948
Author: mfordjody <[email protected]>
AuthorDate: Fri Oct 25 13:15:54 2024 +0800

    [dubboctl] fix errors (#485)
---
 manifests/embedded.go           |  2 +-
 manifests/profiles/default.yaml | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+), 1 deletion(-)

diff --git a/manifests/embedded.go b/manifests/embedded.go
index 7205f49f..feeec1ce 100644
--- a/manifests/embedded.go
+++ b/manifests/embedded.go
@@ -19,5 +19,5 @@ import (
        "embed"
 )
 
-//go:embed all:addons all:charts all:profiles
+// go:embed all:addons all:charts all:profiles
 var EmbedRootFS embed.FS
diff --git a/manifests/profiles/default.yaml b/manifests/profiles/default.yaml
new file mode 100644
index 00000000..8c3a5f44
--- /dev/null
+++ b/manifests/profiles/default.yaml
@@ -0,0 +1,26 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+apiVersion: dubbo.apache.org/v1alpha1
+kind: DubboConfig
+metadata:
+  namespace: dubbo-system
+spec:
+  profile: default
+  namespace: dubbo-system
+  componentsMeta:
+    admin:
+      enabled: true
+

Reply via email to