Skip to content

Commit f01f96c

Browse files
committed
[G2P-3933] Cleanup. Client references removed as it is not being used as yet.
1 parent 5ac2099 commit f01f96c

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

charts/openg2p-pbms/questions.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,6 @@ questions:
2424
label: Email Service Name
2525
group: General Settings
2626

27-
- variable: odoo.oidcClientId
28-
description: OIDC Client ID for PBMS (Odoo)
29-
type: string
30-
label: OIDC Client ID
31-
group: Odoo
32-
33-
- variable: odoo.oidcClientSecret
34-
description: OIDC Client Secret for PBMS (Odoo)
35-
type: string
36-
label: OIDC Client Secret
37-
group: Odoo
38-
3927
# Background Task Settings
4028
- variable: openg2p-pbms-bg-task-celery-beat-producers.envVars.BG_TASK_CELERY_BEAT_PRODUCER_FREQUENCY
4129
description: Frequency (in seconds) for Celery Beat Producer to run.

charts/openg2p-pbms/values.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ global:
2525

2626
sysAdminEmail: admin@openg2p.sandbox.net
2727

28-
pbmsOdooOidcClientID: 'openg2p-pbms-{{ .Release.Namespace }}'
29-
pbmsOdooOidcClientSecret: ''
30-
3128
minioInstallationName: commons-minio
3229

3330
# TODO: Add this to questions.yaml
@@ -72,10 +69,6 @@ postgres-init:
7269
odoo:
7370
enabled: true
7471

75-
oidcIssuerUrl: '{{ tpl .Values.global.keycloakIssuerUrl $ }}'
76-
oidcClientId: '{{ tpl .Values.global.pbmsOdooOidcClientID $ }}'
77-
oidcClientSecret: '{{ tpl .Values.global.pbmsOdooOidcClientSecret $ }}'
78-
7972
extraAddonsUrlsToPull: ''
8073

8174
image:

0 commit comments

Comments
 (0)