athens-proxy-charts/templates/serviceAccount.yaml

10 lines
267 B
YAML
Raw Permalink Normal View History

2022-05-21 09:09:39 +00:00
apiVersion: v1
kind: ServiceAccount
metadata:
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
labels:
{{- include "athens-proxy.labels" . | nindent 4 }}
name: {{ include "athens-proxy.fullname" . }}