Merge pull request #1830 from davidandreoletti/patch-1

Change annotations condition to deploymentAnnotations for Deployment object annotations
This commit is contained in:
Kubernetes Prow Robot
2026-02-19 14:13:39 +05:30
committed by GitHub
+1 -1
View File
@@ -6,7 +6,7 @@ metadata:
namespace: {{ include "descheduler.namespace" . }}
labels:
{{- include "descheduler.labels" . | nindent 4 }}
{{- if .Values.annotations }}
{{- if .Values.deploymentAnnotations }}
annotations: {{- toYaml .Values.deploymentAnnotations | nindent 4 }}
{{- end }}
spec: