mirror of
https://github.com/zalando-incubator/kube-metrics-adapter.git
synced 2026-05-30 17:37:25 +00:00
7 lines
187 B
YAML
7 lines
187 B
YAML
kind: ServiceAccount
|
|
apiVersion: v1
|
|
metadata:
|
|
name: kube-metrics-adapter
|
|
namespace: {{ .Values.namespace }}
|
|
annotations: {{- toYaml .Values.serviceAccountAnnotations | nindent 4 }}
|