Skip to content

Commit 38bfd8d

Browse files
authored
New release of the helm chart (#14)
1 parent 00b134d commit 38bfd8d

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

charts/live/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: codetogether
33
description: CodeTogether Live provides pair programming and collaborative coding
44

55
type: application
6-
version: 1.4.20
6+
version: 1.4.21
77
appVersion: "2024.2.0"
88
kubeVersion: ">= 1.18.0"
99

charts/live/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ spec:
205205
key: systemBaseUrl
206206
- name: CT_SSO_SECURE_JWKS_ENDPT_ENABLE
207207
value: {{ .Values.sso.jwksEndPointEnabled | quote }}
208+
- name: CT_REQUEST_OFFLINE_ACCESS
209+
value: {{ .Values.sso.offlineAccessScope | default "true" | quote }}
208210
{{- end }}
209211

210212
{{- if .Values.securityContext.readOnlyRootFilesystem}}

charts/live/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ sso:
186186
clientSecret: "my-id-secret"
187187
# Set this value to 'true' if you are using Oracle IDCS OpenID Connect.
188188
jwksEndPointEnabled: false
189-
189+
offlineAccessScope: true
190190
#
191191
# The following sections provide default configurations for the
192192
# container and normally do not need to be modified.

0 commit comments

Comments
 (0)