From 66075b069ad54752a5ace40c78d8e451dbb4b13a Mon Sep 17 00:00:00 2001 From: David Andreoletti Date: Wed, 18 Feb 2026 17:59:03 +0800 Subject: [PATCH] Change annotations condition to deploymentAnnotations --- charts/descheduler/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/descheduler/templates/deployment.yaml b/charts/descheduler/templates/deployment.yaml index 877348238..b124f9bed 100644 --- a/charts/descheduler/templates/deployment.yaml +++ b/charts/descheduler/templates/deployment.yaml @@ -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: