aboutsummaryrefslogtreecommitdiffstats
path: root/charts/aai-babel
diff options
context:
space:
mode:
authortoshrajbhardwaj <toshrajbhardwaj@gmail.com>2018-09-18 03:24:47 +0000
committerAlexis de Talhouƫt <alexis.de_talhouet@bell.ca>2018-09-19 14:23:17 +0000
commit00916c8c59157488eab7d1457dbb7c55541c382d (patch)
treeb8fa45cbbd5aea0900cfd356967d8288960a1d57 /charts/aai-babel
parent442b8f06a86e26e7a1402fd355a04b368141c7e9 (diff)
Backup Task-AAI ConfigMap Labelling
Issue-ID: OOM-1396 Change-Id: I6eb0725e6692532dddf58913aef787845a1d2d4e Signed-off-by: toshrajbhardwaj <toshrajbhardwaj@gmail.com>
Diffstat (limited to 'charts/aai-babel')
-rw-r--r--charts/aai-babel/templates/configmap.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/charts/aai-babel/templates/configmap.yaml b/charts/aai-babel/templates/configmap.yaml
index 3a8bdd5..e75282d 100644
--- a/charts/aai-babel/templates/configmap.yaml
+++ b/charts/aai-babel/templates/configmap.yaml
@@ -18,5 +18,10 @@ kind: ConfigMap
metadata:
name: {{ include "common.fullname" . }}-configmap
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/*").AsConfig . | indent 2 }}