From 3145e7b8ac72391bb1a767c3c52b7880d71f6084 Mon Sep 17 00:00:00 2001 From: rohits-splunk <112952691+rohits-splunk@users.noreply.github.com> Date: Mon, 21 Nov 2022 16:45:40 -0500 Subject: [PATCH] Update deployment.yaml Adding Pod Annotations to reflect changes in values.yaml --- helm-charts/kubeinvaders/templates/deployment.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helm-charts/kubeinvaders/templates/deployment.yaml b/helm-charts/kubeinvaders/templates/deployment.yaml index 096ae72..dc9d02e 100644 --- a/helm-charts/kubeinvaders/templates/deployment.yaml +++ b/helm-charts/kubeinvaders/templates/deployment.yaml @@ -25,6 +25,10 @@ spec: {{- with .Values.additionalLabels }} {{- . | toYaml | nindent 8 }} {{- end }} + {{- with .Values.podAnnotations }} + annotations: + {{- toYaml . | nindent 8 }} + {{- end }} spec: serviceAccountName: kubeinvaders {{- with .Values.deployment.securityContext }}