Skip to content

Commit

Permalink
Merge pull request #4 from PSNAppz/develop
Browse files Browse the repository at this point in the history
Example Bank Helm Chart Update
  • Loading branch information
venky-ganapathy authored Sep 17, 2024
2 parents b1b234e + 52e2821 commit d2e337b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/openg2p-g2p-bridge-example-bank/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ openg2p-g2p-bridge-example-bank-celery:
EXAMPLE_BANK_CELERY_DB_USERNAME: bankuser
EXAMPLE_BANK_CELERY_CELERY_BROKER_URL: redis://{{ .Release.Name }}-redis-master:6379/0
EXAMPLE_BANK_CELERY_CELERY_BACKEND_URL: redis://{{ .Release.Name }}-redis-master:6379/0
EXAMPLE_BANK_CELERY_MT940_STATEMENT_CALLBACK_URL: http://openg2p-g2p-bridge-example-bank-api/api/g2p-bridge/upload_mt940
EXAMPLE_BANK_CELERY_MT940_STATEMENT_CALLBACK_URL: http://openg2p-g2p-bridge-api/upload_mt940
envVarsFrom:
EXAMPLE_BANK_CELERY_DB_PASSWORD:
secretKeyRef:
Expand Down

0 comments on commit d2e337b

Please sign in to comment.