Change annotations condition to deploymentAnnotations

This commit is contained in:
David Andreoletti
2026-02-18 17:59:03 +08:00
committed by GitHub
parent f587486296
commit 66075b069a
+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: