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