This commit is contained in:
marsal wang
2022-01-02 21:58:04 +08:00
parent eb98f69d42
commit 3647e45472
15 changed files with 538 additions and 0 deletions

View File

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