helm-charts/element-call/templates/configmap.yaml

11 lines
242 B
YAML
Raw Normal View History

2024-07-23 13:57:31 +02:00
---
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "element-call.fullname" . }}
labels:
{{- include "element-call.labels" . | nindent 4 }}
data:
"config.json": |
{{- toJson .Values.service.call.config | nindent 4 }}