Skip to content

Commit

Permalink
Support passing CT_JITSI_URL into Live Container
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWebb committed Oct 26, 2023
1 parent 53c29eb commit f301669
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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.14
version: 1.4.15
appVersion: "2023.2.0"
kubeVersion: ">= 1.18.0"

Expand Down
5 changes: 5 additions & 0 deletions charts/live/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ spec:
key: secret
{{- end }}

{{- if .Values.av.jitsiUrl }}
- name: CT_JITSI_URL
value: {{ .Values.av.jitsiUrl | quote }}
{{- end }}

{{- if .Values.codetogether.timeZone.enabled }}
- name: CT_TIME_ZONE
value: {{ .Values.codetogether.timeZone.region | quote }}
Expand Down

0 comments on commit f301669

Please sign in to comment.