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