Add lable for VESPAMGR to report xapp name 10/3910/2
authorZhe Huang <zhehuang@research.att.com>
Fri, 29 May 2020 13:51:11 +0000 (09:51 -0400)
committerZhe Huang <zhehuang@research.att.com>
Fri, 29 May 2020 13:51:48 +0000 (09:51 -0400)
Signed-off-by: Zhe Huang <zhehuang@research.att.com>
Change-Id: I32d9facdd8b783356577a2841465043434cb8c4d

ci/xapp_onboarder/container-tag.yaml
xapp_onboarder/xapp_onboarder/resources/xapp-std/templates/deployment.yaml

index 2bdacb2..65c2c5d 100644 (file)
@@ -43,6 +43,7 @@ spec:
       {{ end }}
       labels:
         app: {{ include "ricxapp.namespace" . }}-{{ include "ricxapp.name" . }}
+        kubernetes_name: {{ include "ricxapp.namespace" . }}_{{ include "ricxapp.name" . }}
         release: {{ .Release.Name }}
     spec:
       hostname: {{ include "ricxapp.name" . }}