From 64f0b037f6c26a77b0a9b322caf32cd1c4c4259f Mon Sep 17 00:00:00 2001 From: Krzysztof Opasiak Date: Fri, 11 Sep 2020 17:51:38 +0200 Subject: Revert "[SO] Add helm chart for SO-ETSI-NFVO-NS-LCM" This reverts commits: b6a0f9ef4cefa4c63bcc9b57e8ffeb236194dcd7 5b4d13d79e72409c49b893b00ce763591696b104 Staging images are not allowed in OOM master branch. When they disappear we get awful failures in gating thus components that sneak in staging images by tagging them in the same way as the release images has to be immediately removed unless a proper docker image is released. Issue-ID: SO-3157 Signed-off-by: Krzysztof Opasiak Change-Id: Ia18ff5b372b13b9d03a2969f4aaf2fcea144ea77 --- .../so/charts/so-etsi-nfvo-ns-lcm/templates/ingress.yaml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 kubernetes/so/charts/so-etsi-nfvo-ns-lcm/templates/ingress.yaml (limited to 'kubernetes/so/charts/so-etsi-nfvo-ns-lcm/templates/ingress.yaml') diff --git a/kubernetes/so/charts/so-etsi-nfvo-ns-lcm/templates/ingress.yaml b/kubernetes/so/charts/so-etsi-nfvo-ns-lcm/templates/ingress.yaml deleted file mode 100644 index 443e76b76e..0000000000 --- a/kubernetes/so/charts/so-etsi-nfvo-ns-lcm/templates/ingress.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright © 2020 Nordix Foundation -# -# 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.ingress" . }} -- cgit 1.2.3-korg