You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

serviceaccount.yaml 328 B

1234567891011
  1. {{- if .Values.serviceAccount.create }}
  2. apiVersion: v1
  3. kind: ServiceAccount
  4. metadata:
  5. name: {{ template "mysql.serviceAccountName" . }}
  6. labels:
  7. app: {{ template "mysql.fullname" . }}
  8. chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
  9. release: "{{ .Release.Name }}"
  10. heritage: "{{ .Release.Service }}"
  11. {{- end }}