This commit is contained in:
marsal wang
2021-12-24 14:03:48 +08:00
parent f98054bb67
commit 1d913427ac
12 changed files with 641 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "back-merchant-web.serviceAccountName" . }}
labels:
{{- include "back-merchant-web.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}