summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc/charts/sdc-act/templates/configmap.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2018-09-10 13:44:37 +0200
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2018-09-10 13:52:13 +0200
commita7bd75555e6ab9265419db30f1173050e5e3b8a4 (patch)
treea84f9a5c4df743a7245ff2088aef4bf3b08ecaf5 /kubernetes/sdc/charts/sdc-act/templates/configmap.yaml
parentfa2caf23b9eac4f1239789f43137409d780d7868 (diff)
Revert "Activity-Spec...Casablanca Release"
Reverting "Activity-Spec support in OOM - Casablanca Release" This commit shouldn't be in Beijing as it's Casablanca material (and breaks OOM deployment). This reverts commit 1b061396f99141cf55d958cb016dad709641c25b. Change-Id: Ief724635cd221736c32e857c62e315a17819ac64 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Issue-ID: SDC-1048
Diffstat (limited to 'kubernetes/sdc/charts/sdc-act/templates/configmap.yaml')
-rw-r--r--kubernetes/sdc/charts/sdc-act/templates/configmap.yaml21
1 files changed, 0 insertions, 21 deletions
diff --git a/kubernetes/sdc/charts/sdc-act/templates/configmap.yaml b/kubernetes/sdc/charts/sdc-act/templates/configmap.yaml
deleted file mode 100644
index 4ccc7cc526..0000000000
--- a/kubernetes/sdc/charts/sdc-act/templates/configmap.yaml
+++ /dev/null
@@ -1,21 +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" . }}-configmap
- namespace: {{ include "common.namespace" . }}
-data:
-{{ tpl (.Files.Glob "resources/config/*").AsConfig . | indent 2 }} \ No newline at end of file