[ONAP-wide] Replace .Release.Name with common.release
[oom.git] / kubernetes / modeling / templates / configmap.yaml
index 0a27607..02d5d96 100644 (file)
@@ -15,7 +15,7 @@
 apiVersion: v1
 kind: ConfigMap
 metadata:
-  name: {{ .Release.Name }}-modeling-filebeat-configmap
+  name: {{ include "common.release" . }}-modeling-filebeat-configmap
   namespace: {{ include "common.namespace" . }}
 data:
 {{ tpl (.Files.Glob "resources/config/logging/filebeat/*").AsConfig . | indent 2 }}
\ No newline at end of file