Skip to content

Commit

Permalink
Merge pull request #3 from CodeTogether-Inc/jitsi-extra-check
Browse files Browse the repository at this point in the history
Add Extra check before setting jitsi url
  • Loading branch information
wgalanciak authored Jan 9, 2024
2 parents 60cb0fc + 7e05149 commit 2f1d0ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/live/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: codetogether
description: CodeTogether Live provides pair programming and collaborative coding

type: application
version: 1.4.16
version: 1.4.17
appVersion: "2023.2.0"
kubeVersion: ">= 1.18.0"

Expand Down
2 changes: 1 addition & 1 deletion charts/live/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ spec:
key: secret
{{- end }}

{{- if .Values.av.jitsiUrl }}
{{- if and .Values.av.jitsiUrl (ne .Values.av.jitsiUrl \"\") }}
- name: CT_JITSI_URL
value: {{ .Values.av.jitsiUrl | quote }}
{{- end }}
Expand Down
2 changes: 2 additions & 0 deletions charts/live/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ av:
enabled: false
server: "coturn.example.com"
secret: "my-secret"
# Optional - Jitsi Settings for locator edge servers with locator or extenral jitsi meet server
# jitsiUrl: "https://your.jtsi.server"

#
# Optionally enable integration with your SSO Provider. If using SSO, this
Expand Down

0 comments on commit 2f1d0ea

Please sign in to comment.