Skip to content

Commit

Permalink
Example Bank Helm Chart Update
Browse files Browse the repository at this point in the history
  • Loading branch information
PSNAppz committed Sep 17, 2024
1 parent 09ed02e commit 52e2821
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 52e2821

Please sign in to comment.