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.
18 lines
492 B
18 lines
492 B
|
|
{{- define "jitsi-meet.jibri.fullname" -}}
|
|
{{ include "jitsi-meet.fullname" . }}-jibri
|
|
{{- end -}}
|
|
|
|
{{- define "jitsi-meet.jibri.labels" -}}
|
|
{{ include "jitsi-meet.labels" . }}
|
|
app.kubernetes.io/component: jibri
|
|
{{- end -}}
|
|
|
|
{{- define "jitsi-meet.jibri.selectorLabels" -}}
|
|
{{ include "jitsi-meet.selectorLabels" . }}
|
|
app.kubernetes.io/component: jibri
|
|
{{- end -}}
|
|
|
|
{{- define "jitsi-meet.jibri.secret" -}}
|
|
{{ include "call-nested" (list . "prosody" "prosody.fullname") }}-jibri
|
|
{{- end -}}
|
|
|