扣子智能体
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
coze_studio/helm/charts/opencoze/templates/model-configmap.yaml

8 lines
221 B

apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "opencoze.fullname" . }}-model-config
labels:
{{- include "opencoze.labels" . | nindent 4 }}
data:
{{- (.Files.Glob "files/conf/*").AsConfig | nindent 2 }}