编写adapter的清单模板
This commit is contained in:
8
helm-chart/templates/adapter-configmap.yaml
Normal file
8
helm-chart/templates/adapter-configmap.yaml
Normal 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 }}
|
||||
Reference in New Issue
Block a user