Upload files to "affine/templates"

This commit is contained in:
2025-10-31 15:51:20 +00:00
parent feb6d71e19
commit a864c75a68
4 changed files with 89 additions and 0 deletions

View File

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