编写core的工具脚本的configmap模板

pull/1198/head
zhangxinhui02 2025-08-19 22:45:27 +08:00
parent 2e9907fc87
commit ea76df57d6
No known key found for this signature in database
GPG Key ID: 22C23383864A313F
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-maibot-core-scripts
namespace: {{ .Release.Namespace }}
data:
volume-linker.sh: |
{{ .Files.Get "files/volume-linker.sh" | indent 4 }}