Skip to content

Commit

Permalink
Merge pull request #55 from lalithkota/2.0
Browse files Browse the repository at this point in the history
Charts: Fixed odoo hostname
  • Loading branch information
lalithkota authored Dec 20, 2024
2 parents df6875c + ea2f667 commit adafa92
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions charts/openg2p-social-registry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ global:

sysAdminEmail: admin@openg2p.sandbox.net

# This host name is for SR Odoo component
hostname: '{{ tpl .Values.global.srAdminHostname $ }}'

odoo:
enabled: true

hostname: '{{ tpl .Values.global.srAdminHostname $ }}'

oidcIssuerUrl: '{{ tpl .Values.global.keycloakIssuerUrl $ }}'
oidcClientId: '{{ tpl .Values.global.srOdooOidcClientId $ }}'
oidcClientSecret: '{{ tpl .Values.global.srOdooOidcClientSecret $ }}'
Expand Down

0 comments on commit adafa92

Please sign in to comment.