Skip to content

Commit

Permalink
Disablin persistance for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
blaskoa committed Nov 13, 2023
1 parent e3c84d7 commit 79c2e05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,9 @@ jobs:
- name: Install helm chart
run: |
kubectl get storageclass
helm install smartface .
helm install smartface . --set rabbitmq.persistence.enabled=false --set postgresql.primary.persistence.enabled=false --set minio.persistence.enabled=false
kubectl rollout status deployment sf-api --timeout=60s || true
kubectl describe deployment sf-api
kubectl logs deployment sf-api
kubectl describe statefulset smartface-rabbitmq
- name: Test helm chart
run: |
Expand Down

0 comments on commit 79c2e05

Please sign in to comment.