776: add serviceAccountAnnotations (#778)

This commit is contained in:
Jerome
2025-01-21 22:40:24 +11:00
committed by GitHub
parent 58000627d6
commit e580c5b5f5
2 changed files with 3 additions and 0 deletions

View File

@ -3,3 +3,4 @@ apiVersion: v1
metadata:
name: kube-metrics-adapter
namespace: {{ .Values.namespace }}
annotations: {{- toYaml .Values.serviceAccountAnnotations | nindent 4 }}

View File

@ -107,3 +107,5 @@ affinity: {}
priorityClassName: ""
podAnnotations: {}
serviceAccountAnnotations: {}