Skip to content

Commit fdc0a6e

Browse files
persistence, ci
1 parent 4d1bd8a commit fdc0a6e

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/helm-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: medyagh/setup-minikube@latest
3737

3838
- name: Run helm deployment tests
39-
run: python test_helm_deployment.py
39+
run: python helm_deployment_test.py
4040

4141
- name: Cleanup minikube
4242
if: always()

helm/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ mongodb:
6969
# -- Existing secret name (created by this chart if empty)
7070
existingSecret: ""
7171
persistence:
72+
size: 50Gi
7273
resourcePolicy: keep
7374

7475
# =============================================================================

tests/test_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
event_store:
22
uri: mongodb://localhost:27017/test_bbot
3-
collection_prefix: "eventstore__"
3+
collection_prefix: "test_eventstore__"
44
asset_store:
55
uri: mongodb://localhost:27017/test_bbot
6-
collection_prefix: "assetstore__"
6+
collection_prefix: "test_assetstore__"
77
user_store:
88
uri: mongodb://localhost:27017/test_bbot
9-
collection_prefix: "userstore__"
9+
collection_prefix: "test_userstore__"
1010
message_queue:
1111
uri: redis://localhost:6379/15

0 commit comments

Comments
 (0)