fix: add missing controller sa annotation. (#2443)

This commit is contained in:
Jacky Wu
2025-06-20 12:36:10 +04:00
committed by GitHub
parent 01a9161153
commit dd29267fd7

View File

@@ -6,4 +6,8 @@ metadata:
namespace: {{ .Release.Namespace }}
labels:
{{- include "controller.labels" . | nindent 4 }}
{{- with .Values.controller.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}