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 cc5c0bf8 remove default profiles (#483)
cc5c0bf8 is described below

commit cc5c0bf86c9658fbe844251b52e0691a68af338b
Author: mfordjody <[email protected]>
AuthorDate: Fri Oct 25 11:57:11 2024 +0800

    remove default profiles (#483)
---
 manifests/profiles/default.yaml | 25 -------------------------
 manifests/profiles/demo.yaml    |  1 +
 2 files changed, 1 insertion(+), 25 deletions(-)

diff --git a/manifests/profiles/default.yaml b/manifests/profiles/default.yaml
deleted file mode 100644
index bf521028..00000000
--- a/manifests/profiles/default.yaml
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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
diff --git a/manifests/profiles/demo.yaml b/manifests/profiles/demo.yaml
index 528f27f6..7967321e 100644
--- a/manifests/profiles/demo.yaml
+++ b/manifests/profiles/demo.yaml
@@ -23,3 +23,4 @@ spec:
   componentsMeta:
     admin:
       enabled: true
+

Reply via email to