X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcommon%2Fmusic%2Fcharts%2Fmusic%2Ftemplates%2Fconfigmap.yaml;fp=kubernetes%2Fcommon%2Fmusic%2Fcharts%2Fmusic-tomcat%2Ftemplates%2Fconfigmap.yaml;h=4023f343dfc111314a6de53bc736d0004ee3d69f;hb=08d7b637aa40344d12daa7d4f9e4e9fff8d15e17;hp=15859345e8a1447dd4e150f4b28b3a888b7607bd;hpb=61f38aac7b56e7e94a2986aba8f9820d1a0831ea;p=oom.git diff --git a/kubernetes/common/music/charts/music-tomcat/templates/configmap.yaml b/kubernetes/common/music/charts/music/templates/configmap.yaml old mode 100755 new mode 100644 similarity index 75% rename from kubernetes/common/music/charts/music-tomcat/templates/configmap.yaml rename to kubernetes/common/music/charts/music/templates/configmap.yaml index 15859345e8..4023f343df --- a/kubernetes/common/music/charts/music-tomcat/templates/configmap.yaml +++ b/kubernetes/common/music/charts/music/templates/configmap.yaml @@ -1,5 +1,4 @@ -{{/* -# Copyright © 2018 AT&T, Amdocs, Bell Canada Intellectual Property. All rights reserved. +# Copyright © 2017-2020 AT&T, 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. @@ -12,12 +11,9 @@ # 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" . }} +metadata: {{- include "common.resourceMetadata" . | nindent 2 }} data: {{ tpl (.Files.Glob "resources/config/*").AsConfig . | indent 2 }}