编写adapter的清单模板

This commit is contained in:
zhangxinhui02
2025-08-19 23:25:01 +08:00
parent 65110d597a
commit 1d795b4006
4 changed files with 86 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-maibot-adapter
namespace: {{ .Release.Namespace }}
data:
config.toml: |
{{ .Values.config.adapter_config | indent 4 }}