summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorvaibhavjayas <vaibhav.jayas@amdocs.com>2018-09-19 13:55:02 +0000
committerAlexis de Talhouƫt <alexis.de_talhouet@bell.ca>2018-09-19 14:30:46 +0000
commitf51518e94339a7dc58a86209da35df57a76cfc35 (patch)
treebae163a037048662f20449bbcc13bd07da322d7a /templates
parent3a7551d63b16310a2cba23698d26e22f09bd73ad (diff)
Backup Task -ConfigMap Labeling ROBOT
Issue-ID: OOM-1419 Change-Id: Ia00a51dba6749c1409d2275ed8b36bd68b23807b Signed-off-by: vaibhavjayas <vaibhav.jayas@amdocs.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/configmap.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/configmap.yaml b/templates/configmap.yaml
index 42579e1..da50934 100644
--- a/templates/configmap.yaml
+++ b/templates/configmap.yaml
@@ -17,5 +17,10 @@ kind: ConfigMap
metadata:
name: {{ include "common.fullname" . }}-eteshare-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/eteshare/config/*").AsConfig . | indent 2 }}