summaryrefslogtreecommitdiffstats
path: root/kubernetes/multicloud/charts/multicloud-windriver/templates/configmap.yaml
diff options
context:
space:
mode:
authorMandeep Khinda <Mandeep.Khinda@amdocs.com>2018-09-17 20:41:59 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-17 20:41:59 +0000
commita22e82c83b69905bc51bd88b6fd7e46aec05b787 (patch)
tree8a89a19ef70d7d337d91b532e69b76aeb46de289 /kubernetes/multicloud/charts/multicloud-windriver/templates/configmap.yaml
parent0dfcc9f8a1a57eecc67b9388aa3da7c6f1263f3d (diff)
parentab614160f3891f8a7d51c787ad0856b1424bfbbf (diff)
Merge "Backup Task: Multicloud configmap labelling"
Diffstat (limited to 'kubernetes/multicloud/charts/multicloud-windriver/templates/configmap.yaml')
-rw-r--r--kubernetes/multicloud/charts/multicloud-windriver/templates/configmap.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/kubernetes/multicloud/charts/multicloud-windriver/templates/configmap.yaml b/kubernetes/multicloud/charts/multicloud-windriver/templates/configmap.yaml
index 411c445695..0b39a5c93e 100644
--- a/kubernetes/multicloud/charts/multicloud-windriver/templates/configmap.yaml
+++ b/kubernetes/multicloud/charts/multicloud-windriver/templates/configmap.yaml
@@ -20,5 +20,10 @@ kind: ConfigMap
metadata:
name: {{ include "common.fullname" . }}-log-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/log/*").AsConfig . | indent 2 }}