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

This commit is contained in:
zhangxinhui02
2025-08-19 22:45:27 +08:00
parent dd52b3fff5
commit 3b3dbf5777

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 }}