mirror of
https://github.com/zalando-incubator/kube-metrics-adapter.git
synced 2025-05-16 02:06:51 +00:00
776: add serviceAccountAnnotations (#778)
This commit is contained in:
@ -3,3 +3,4 @@ apiVersion: v1
|
||||
metadata:
|
||||
name: kube-metrics-adapter
|
||||
namespace: {{ .Values.namespace }}
|
||||
annotations: {{- toYaml .Values.serviceAccountAnnotations | nindent 4 }}
|
||||
|
@ -107,3 +107,5 @@ affinity: {}
|
||||
priorityClassName: ""
|
||||
|
||||
podAnnotations: {}
|
||||
|
||||
serviceAccountAnnotations: {}
|
||||
|
Reference in New Issue
Block a user