From 5ad0bdb70e27863e61f4d3f97295b7d40c44b3c7 Mon Sep 17 00:00:00 2001 From: mapadhi <94508429+mapadhi@users.noreply.github.com> Date: Wed, 5 Jan 2022 12:11:00 +0530 Subject: [PATCH] Update deployment.yaml --- helm-guestbook/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-guestbook/templates/deployment.yaml b/helm-guestbook/templates/deployment.yaml index 980df25..bcc59e6 100644 --- a/helm-guestbook/templates/deployment.yaml +++ b/helm-guestbook/templates/deployment.yaml @@ -19,6 +19,7 @@ spec: labels: app: {{ template "helm-guestbook.name" . }} release: {{ .Release.Name }} + test: Manisha spec: containers: - name: {{ .Chart.Name }}