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-config.yaml

11 lines
354 B

apiVersion: v1
kind: Secret
metadata:
name: {{ include "jitsi-meet.name-jicofo-config" . }}
labels:
{{ include "jitsi-meet.labels" . | indent 4 }}
data:
{{- if .Values.jicofo.userAuth.enabled }}
JICOFO_AUTH_PASSWORD: {{ .Values.jicofo.userAuth.secret | quote }}
{{- end }}
JICOFO_COMPONENT_SECRET: {{ .Values.jicofo.componentSecret | quote }}