File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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()
Original file line number Diff line number Diff 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# =============================================================================
Original file line number Diff line number Diff line change 11event_store :
22 uri : mongodb://localhost:27017/test_bbot
3- collection_prefix : " eventstore__ "
3+ collection_prefix : " test_eventstore__ "
44asset_store :
55 uri : mongodb://localhost:27017/test_bbot
6- collection_prefix : " assetstore__ "
6+ collection_prefix : " test_assetstore__ "
77user_store :
88 uri : mongodb://localhost:27017/test_bbot
9- collection_prefix : " userstore__ "
9+ collection_prefix : " test_userstore__ "
1010message_queue :
1111 uri : redis://localhost:6379/15
You can’t perform that action at this time.
0 commit comments