Backup Task- NBI ,VNFSDK, UUI ConfigMap Labelling 25/67425/1
authorPrateekinlinux <prateek.khosla@amdocs.com>
Tue, 18 Sep 2018 18:21:52 +0000 (18:21 +0000)
committerPrateekinlinux <prateek.khosla@amdocs.com>
Tue, 18 Sep 2018 18:23:36 +0000 (18:23 +0000)
Issue-ID: OOM-1395

Change-Id: Ie73183156b2ed5e6cb5810612d62651645e4922a
Signed-off-by: Prateekinlinux <prateek.khosla@amdocs.com>
kubernetes/vnfsdk/templates/configmap.yaml

index 5a40a61..9354de5 100644 (file)
@@ -17,5 +17,10 @@ kind: ConfigMap
 metadata:
   name: {{ include "common.fullname" . }}
   namespace: {{ include "common.namespace" . }}
+  labels:
+    app: {{ include "common.name" . }}
+    chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
+    release: {{ .Release.Name }}
+    heritage: {{ .Release.Service }}
 data:
 {{ tpl (.Files.Glob "resources/config/marketplace_tables_postgres.sql").AsConfig . | indent 2 }}