X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fsdc%2Ftemplates%2Fsdc-environments-configmap.yaml;fp=kubernetes%2Fsdc%2Ftemplates%2Fsdc-environments-configmap.yaml;h=0000000000000000000000000000000000000000;hb=a1047f40ac83218e9b34bbfabcc3cd775687b693;hp=741c2818eae3a8ac97b21e4a53a621408c98df2d;hpb=b4ba14c5fea54a4e7a3e51bdc8aa58f5eb0c79fe;p=oom.git diff --git a/kubernetes/sdc/templates/sdc-environments-configmap.yaml b/kubernetes/sdc/templates/sdc-environments-configmap.yaml deleted file mode 100644 index 741c2818ea..0000000000 --- a/kubernetes/sdc/templates/sdc-environments-configmap.yaml +++ /dev/null @@ -1,23 +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. - -#{{ if not .Values.disableSdcSdcBe }} -apiVersion: v1 -kind: ConfigMap -metadata: - name: sdc-environments-configmap - namespace: {{ .Values.nsPrefix }} -data: -{{ tpl (.Files.Glob "resources/config/environments/*").AsConfig . | indent 2 }} -#{{ end }}