Skip to content

Commit

Permalink
Fix parameter name
Browse files Browse the repository at this point in the history
Signed-off-by: Ashwani Singh <ashwani.singh@opstree.com>
  • Loading branch information
ashwani-opstree committed Jul 29, 2024
1 parent ccbc743 commit 7f4e354
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/microservice/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7f4e354

Please sign in to comment.