summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdnc/charts/sdnc-portal/templates/configmap.yaml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-08-07 14:12:18 -0400
committerKrzysztof Opasiak <k.opasiak@samsung.com>2020-08-24 17:41:53 +0000
commitbfbbe333ee30722a85bce77e294cc76a9af598ce (patch)
tree99f63ebbcb039b95f98929e0a4773f2347d5b2b5 /kubernetes/sdnc/charts/sdnc-portal/templates/configmap.yaml
parent495adf303d8b1763e5350bedfe346ab40bc21ea4 (diff)
[SDNC] Remove sdnc-portal component
The sdnc-portal component is currently disabled due to known security vulnerabilities. This component is no longer supported - the developer left the project - and its functionality is not really needed. So, we are removing this component in Guilin. Issue-ID: SDNC-1236 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I45c7cad2102011fb25ca9f6707792dfd5c97624f
Diffstat (limited to 'kubernetes/sdnc/charts/sdnc-portal/templates/configmap.yaml')
-rw-r--r--kubernetes/sdnc/charts/sdnc-portal/templates/configmap.yaml28
1 files changed, 0 insertions, 28 deletions
diff --git a/kubernetes/sdnc/charts/sdnc-portal/templates/configmap.yaml b/kubernetes/sdnc/charts/sdnc-portal/templates/configmap.yaml
deleted file mode 100644
index c41c3ef0d6..0000000000
--- a/kubernetes/sdnc/charts/sdnc-portal/templates/configmap.yaml
+++ /dev/null
@@ -1,28 +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.
-*/}}
-
-apiVersion: v1
-kind: ConfigMap
-metadata:
- name: {{ include "common.fullname" . }}
- namespace: {{ include "common.namespace" . }}
- labels:
- app: {{ include "common.name" . }}
- chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
- release: {{ include "common.release" . }}
- heritage: {{ .Release.Service }}
-data:
-{{ tpl (.Files.Glob "resources/config/*").AsConfig . | indent 2 }}