Skip to content

Commit c8e2860

Browse files
committed
[G2P-3878] openg2p-commons -> commons.
1 parent 8aabe4b commit c8e2860

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

charts/openg2p-pbms/values.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ global:
22
keycloakBaseUrl: https://keycloak.openg2p.org
33
keycloakIssuerUrl: '{{ tpl .Values.global.keycloakBaseUrl $ }}/realms/master'
44

5-
postgresqlHost: openg2p-commons-postgresql
5+
postgresqlHost: commons-postgresql
66

77
pbmsDB: '{{ .Release.Name }}_db'
88
pbmsDBUser: '{{ .Release.Name }}_db_user'
@@ -21,14 +21,14 @@ global:
2121
registryDBSecret: 'registry'
2222
registryDBUserPasswordKey: 'registry_db_user'
2323

24-
mailInstallationName: openg2p-commons-mail
24+
mailInstallationName: commons-mail
2525

2626
sysAdminEmail: admin@openg2p.sandbox.net
2727

2828
pbmsOdooOidcClientID: 'openg2p-pbms-{{ .Release.Namespace }}'
2929
pbmsOdooOidcClientSecret: ''
3030

31-
minioInstallationName: openg2p-commons-minio
31+
minioInstallationName: commons-minio
3232

3333
# TODO: Add this to questions.yaml
3434
g2pPbmsBgTaskHostname: '{{ .Release.Name }}-bg-task.devops.openg2p.org'
@@ -37,8 +37,8 @@ global:
3737
g2pPbmsBgTaskClientSecret: ''
3838

3939
# Internal service name of Keymanager
40-
keymanagerInstallationName: openg2p-commons-keymanager
41-
keymanagerBaseUrl: http://openg2p-commons-keymanager
40+
keymanagerInstallationName: commons-keymanager
41+
keymanagerBaseUrl: http://commons-keymanager
4242
keymanagerAuthEnabled: 'false'
4343
keymanagerG2pPbmsBgTaskAppId: OPENG2P_G2P_PBMS_BG_TASK
4444

@@ -54,7 +54,7 @@ postgres-init:
5454
host: '{{ .Values.global.postgresqlHost }}'
5555
port: 5432
5656
# Hard coding. Same as one defined under Odoo
57-
existingSecret: openg2p-commons-postgresql
57+
existingSecret: commons-postgresql
5858
existingSecretPostgresPasswordKey: postgres-password
5959
databases:
6060
# Same as db in Odoo
@@ -112,7 +112,7 @@ odoo:
112112
existingSecret: '{{ tpl .Values.global.pbmsDBSecret $ }}'
113113
# This is secret for PostgreSQL server. Both have different secrets (unlike original Odoo
114114
# Chart where the same secret contained keys for both Postgres and the database user
115-
existingPostgresSecret: openg2p-commons-postgresql
115+
existingPostgresSecret: commons-postgresql
116116
# Same as user name as convention
117117
existingSecretPasswordKey: '{{ tpl .Values.global.pbmsDBUserPasswordKey $ }}'
118118
# Hardcoded as this is not likely to change frequently

0 commit comments

Comments
 (0)