summaryrefslogtreecommitdiffstats
path: root/kubernetes/so/components/so-cnf-adapter/requirements.yaml
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-11-06 12:45:33 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-06 12:45:33 +0000
commit3686bcfd1b3e823dfceca1811c38c4ee26aabd81 (patch)
treec23294d167d794a51d26d4b486de3cd185321bc1 /kubernetes/so/components/so-cnf-adapter/requirements.yaml
parentc1f76565d190ad585454ac01d237e880ea200404 (diff)
parentd24825b061cc84cde2397c71c128be72500d20c7 (diff)
Merge "Revert "[SO] helm chart for cnf-adapter""
Diffstat (limited to 'kubernetes/so/components/so-cnf-adapter/requirements.yaml')
-rwxr-xr-xkubernetes/so/components/so-cnf-adapter/requirements.yaml26
1 files changed, 0 insertions, 26 deletions
diff --git a/kubernetes/so/components/so-cnf-adapter/requirements.yaml b/kubernetes/so/components/so-cnf-adapter/requirements.yaml
deleted file mode 100755
index b0bda362dd..0000000000
--- a/kubernetes/so/components/so-cnf-adapter/requirements.yaml
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright © 2017 Amdocs, Bell Canada
-#
-# 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.
-dependencies:
- - name: common
- version: ~6.x-0
- # local reference to common chart, as it is
- # a part of this chart's package and will not
- # be published independently to a repo (at this point)
- repository: '@local'
- - name: readinessCheck
- version: ~6.x-0
- repository: '@local'
- - name: soHelpers
- version: ~6.x-0
- repository: 'file://../soHelpers'