From f03d010f42e65ec0a65d91e6b10875abb60cf6b1 Mon Sep 17 00:00:00 2001 From: Ashwani Singh Date: Sat, 20 Jul 2024 16:27:14 +0530 Subject: [PATCH] Fix parameter name --- charts/microservice/templates/deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/microservice/templates/deployment.yaml b/charts/microservice/templates/deployment.yaml index 8880ea9c..7795ae8d 100644 --- a/charts/microservice/templates/deployment.yaml +++ b/charts/microservice/templates/deployment.yaml @@ -27,10 +27,10 @@ spec: metadata: labels: {{- include "microservice.selectorLabels" . | nindent 8 }} - {{- if .Values.deployment.annotations }} + {{- if .Values.deployment.podAnnotations }} annotations: - {{- range $key, $value := .Values.deployment.podAnnotations }} - {{ $key }}: {{ $value }} + {{- range $key, $value := .Values.deployment.podAnnotations }} + {{ $key }}: {{ $value }} {{- end }} {{- end }} spec: