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 1c30a5cc [profiles] add empty yaml
1c30a5cc is described below
commit 1c30a5cc7e85bdc9e489c2b841d4a77123a70d10
Author: mfordjody <[email protected]>
AuthorDate: Fri Jan 3 12:43:39 2025 +0800
[profiles] add empty yaml
---
manifests/profiles/default.yaml | 15 +++++++++++++++
manifests/profiles/demo.yaml | 15 +++++++++++++++
manifests/profiles/empty.yaml | 24 ++++++++++++++++++++++++
3 files changed, 54 insertions(+)
diff --git a/manifests/profiles/default.yaml b/manifests/profiles/default.yaml
index d1110593..a6414d59 100644
--- a/manifests/profiles/default.yaml
+++ b/manifests/profiles/default.yaml
@@ -1,3 +1,18 @@
+# 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: install.dubbo.io/v1alpha1
kind: DubboOperator
metadata:
diff --git a/manifests/profiles/demo.yaml b/manifests/profiles/demo.yaml
index 4cde9ad5..dfb7429a 100644
--- a/manifests/profiles/demo.yaml
+++ b/manifests/profiles/demo.yaml
@@ -1,3 +1,18 @@
+# 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: install.dubbo.io/v1alpha1
kind: DubboOperator
metadata:
diff --git a/manifests/profiles/empty.yaml b/manifests/profiles/empty.yaml
new file mode 100644
index 00000000..01961587
--- /dev/null
+++ b/manifests/profiles/empty.yaml
@@ -0,0 +1,24 @@
+# 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: install.dubbo.io/v1alpha1
+kind: DubboOperator
+spec:
+ profile: empty
+ components:
+ base:
+ enabled: false
+ admin:
+ enabled: false