Factory/endpoint-copier-operator-chart/templates/rbac/service_account.yaml

13 lines
354 B
YAML
Raw Normal View History

{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "endpoint-copier-operator.serviceAccountName" . }}
labels:
{{- include "endpoint-copier-operator.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}