File tree Expand file tree Collapse file tree 2 files changed +0
-19
lines changed
Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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:
7269odoo :
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 :
You can’t perform that action at this time.
0 commit comments