ungleich-k8s/apps/dev/matrix/templates/synapse-conf.yaml

11 lines
253 B
YAML

---
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-synapse-conf
labels:
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/component: synapse
data:
{{ tpl (.Files.Glob "synapse/*").AsConfig . | indent 2 }}