mirror of
https://github.com/maubot/maubot
synced 2025-08-29 11:10:37 +00:00
8 lines
No EOL
198 B
YAML
8 lines
No EOL
198 B
YAML
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 }} |