MUSIC spring boot helm charts (music-sb)
[oom.git] / kubernetes / common / music / charts / music / templates / configmap.yaml
old mode 100755 (executable)
new mode 100644 (file)
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 1585934..4023f34
@@ -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.
 # 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 }}