mirror of
https://github.com/zalando-incubator/kube-metrics-adapter.git
synced 2026-03-05 15:59:31 +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