diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-11-06 12:45:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-11-06 12:45:33 +0000 |
commit | 3686bcfd1b3e823dfceca1811c38c4ee26aabd81 (patch) | |
tree | c23294d167d794a51d26d4b486de3cd185321bc1 /kubernetes/so/components/so-cnf-adapter/templates/service.yaml | |
parent | c1f76565d190ad585454ac01d237e880ea200404 (diff) | |
parent | d24825b061cc84cde2397c71c128be72500d20c7 (diff) |
Merge "Revert "[SO] helm chart for cnf-adapter""
Diffstat (limited to 'kubernetes/so/components/so-cnf-adapter/templates/service.yaml')
-rwxr-xr-x | kubernetes/so/components/so-cnf-adapter/templates/service.yaml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/kubernetes/so/components/so-cnf-adapter/templates/service.yaml b/kubernetes/so/components/so-cnf-adapter/templates/service.yaml deleted file mode 100755 index 665601d832..0000000000 --- a/kubernetes/so/components/so-cnf-adapter/templates/service.yaml +++ /dev/null @@ -1,17 +0,0 @@ -{{/* -# Copyright © 2020 Huawei Technologies Co., Ltd. -# -# Licensed 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. -*/}} - -{{ include "common.service" . }} |