You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
jitsi-meet-helm/jitsi-meet/templates/jicofo-sip-config.yaml

9 lines
277 B

apiVersion: v1
kind: ConfigMap
metadata:
name: {{ template "jitsi-meet.name-jicofo-config" . }}-cm
labels:
{{ include "jitsi-meet.labels" . | indent 4 }}
data:
sip-communicator.properties: |-
{{- .Files.Get "configs/jicofo/sip-communicator.properties" | nindent 4 }}