添加helm-chart

This commit is contained in:
JACKYMYPERSON
2025-09-16 21:04:58 +08:00
parent a7a343e5a9
commit 0729f6e5cf
11 changed files with 450 additions and 0 deletions

View File

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