423be9c4fec5aaff85c82a380901ef1eae08754b
[multicloud/k8s.git] /
1 {{- if and .Values.serviceAccount.create .Values.deployments.etcdOperator }}
2 ---
3 apiVersion: v1
4 kind: ServiceAccount
5 metadata:
6   name: {{ template "etcd-operator.serviceAccountName" . }}
7   labels:
8     chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
9     app: {{ template "etcd-operator.name" . }}
10     heritage: {{ .Release.Service }}
11     release: {{ .Release.Name }}
12 imagePullSecrets: {{ toYaml .Values.global.imagePullSecrets | nindent 2 }}
13 {{- end }}