We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5800062 commit e580c5bCopy full SHA for e580c5b
docs/helm/templates/service-account.yaml
@@ -3,3 +3,4 @@ apiVersion: v1
3
metadata:
4
name: kube-metrics-adapter
5
namespace: {{ .Values.namespace }}
6
+ annotations: {{- toYaml .Values.serviceAccountAnnotations | nindent 4 }}
docs/helm/values.yaml
@@ -107,3 +107,5 @@ affinity: {}
107
priorityClassName: ""
108
109
podAnnotations: {}
110
+
111
+serviceAccountAnnotations: {}
0 commit comments