更新helm

This commit is contained in:
JACKYMYPERSON
2025-09-23 20:42:20 +08:00
parent 0729f6e5cf
commit 4840b9fe74
4 changed files with 141 additions and 134 deletions

View File

@@ -1,13 +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 }}
{{/*{{- 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 }}*/}}