X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fsdc%2Ftemplates%2Fsdc-fe-configmap.yaml;h=648bec40e69728c466fde7a618f813c2d0f7b826;hb=1e5ca467cadaa2d398d448c414075089a3998b7b;hp=2f60ef88e345264e5f376e2c8e095f9f0feddf98;hpb=ba635b3dc4d520e4be28dc82c40b049567ff2c88;p=oom.git diff --git a/kubernetes/sdc/templates/sdc-fe-configmap.yaml b/kubernetes/sdc/templates/sdc-fe-configmap.yaml index 2f60ef88e3..648bec40e6 100644 --- a/kubernetes/sdc/templates/sdc-fe-configmap.yaml +++ b/kubernetes/sdc/templates/sdc-fe-configmap.yaml @@ -1,9 +1,23 @@ +# 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.disableSdcSdcFe }} apiVersion: v1 kind: ConfigMap metadata: name: sdc-fe-configmap - namespace: {{ .Values.nsPrefix }}-sdc + namespace: {{ .Values.nsPrefix }} data: {{ tpl (.Files.Glob "resources/config/sdc-fe/*").AsConfig . | indent 2 }} #{{ end }}