构建adapter-cm-generator的镜像,提升部署效率

This commit is contained in:
zhangxinhui02
2025-08-21 12:00:22 +08:00
parent a58919d906
commit c8890ea8e4
8 changed files with 24 additions and 35 deletions

View File

@@ -4,12 +4,6 @@ metadata:
name: {{ .Release.Name }}-maibot-scripts
namespace: {{ .Release.Namespace }}
data:
# pre-install hook
adapter-pip-installer.sh: |
{{ .Files.Get "files/adapter-pip-installer.sh" | nindent 4 }}
adapter-cm-generator.py: |
{{ .Files.Get "files/adapter-cm-generator.py" | nindent 4 }}
# core
volume-linker.sh: |
{{ .Files.Get "files/volume-linker.sh" | nindent 4 }}