Skip to content

Commit

Permalink
Example Bank Helm Chart Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
PSNAppz committed Sep 30, 2024
1 parent 52e2821 commit 8519c81
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/openg2p-g2p-bridge-example-bank-api/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
global:
g2pBridgeHostname: example-bank.dev.openg2p.org
exampleBankHostname: example-bank.sandbox.openg2p.net

hostname: example-bank.dev.openg2p.org
hostname: ''
nameOverride: openg2p-g2p-bridge-example-bank-api
fullnameOverride: openg2p-g2p-bridge-example-bank-api

Expand Down
2 changes: 1 addition & 1 deletion charts/openg2p-g2p-bridge-example-bank-celery/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
global:
g2pBridgeHostname: ''
exampleBankHostname: example-bank.sandbox.openg2p.net

hostname: ''
nameOverride: openg2p-g2p-bridge-example-bank-celery
Expand Down
4 changes: 4 additions & 0 deletions charts/openg2p-g2p-bridge-example-bank/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
global:
exampleBankHostname: example-bank.sandbox.openg2p.net

openg2p-g2p-bridge-example-bank-api:
hostname: example-bank.sandbox.openg2p.net
enabled: true
common:
enabled: false
Expand Down

0 comments on commit 8519c81

Please sign in to comment.