openclaw/charts/clawdbot/templates/configmap.yaml
sirily11 6635d70170
feat: add helm chart support (#1)
feat: enhance Helm chart workflows and update image references
2026-01-28 09:35:54 +08:00

12 lines
271 B
YAML

{{- if .Values.config.create -}}
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "clawdbot.configMapName" . }}
labels:
{{- include "clawdbot.labels" . | nindent 4 }}
data:
clawdbot.json: |
{{ .Values.config.data | toJson | nindent 4 }}
{{- end }}