maubot/helm/templates/configmap.yaml

8 lines
198 B
YAML
Raw Normal View History

2024-04-24 12:47:58 +00:00
apiVersion: v1
kind: ConfigMap
metadata:
name: maubot-config
labels:
{{ include "maubot.labels" . | indent 4 }}
data:
config.yaml: | {{ tpl (.Files.Get "configs/config.yaml") . | nindent 4 }}