大量更新

This commit is contained in:
zeaslity
2026-05-19 14:28:44 +08:00
parent a8f6bda703
commit 9fc3372fa3
5299 changed files with 423176 additions and 426690 deletions

View File

@@ -0,0 +1,12 @@
{{- if .Values.enabled }}
[INFO] 选择创建 Persistent Volume Claims !
{{- range $key, $value := .Values.pvc.name_and_capacity }}
{{- $applicationName := $key | trunc 63 }}
{{- $capacity := $value | trunc 63 | quote }}
persistence volume claim with name: {{ $applicationName }} and capacity: {{ $capacity}} has been created !
{{- end }}
{{- end }}