Skip to content

Commit

Permalink
Changed wait for auth api
Browse files Browse the repository at this point in the history
because noauth API is not present in multitenant deployment
  • Loading branch information
blaskoa committed Jan 25, 2024
1 parent 7219988 commit 887f04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
TENANT_2_SECRET: ${{ secrets.TENANT_2_SECRET }}
run: |
helm install smartface . -f ci/test-values.yaml --set tests.authentication.tenant1.clientSecret="$TENANT_1_SECRET" --set tests.authentication.tenant2.clientSecret="$TENANT_2_SECRET" -f ci/${{ matrix.variant }}-values.yaml
kubectl rollout status deployment sf-api --timeout=300s
kubectl rollout status deployment sf-auth-api --timeout=300s
- name: Apply tenant manifests
if: ${{ matrix.variant == 'multitenant' }}
run: |
Expand Down

0 comments on commit 887f04c

Please sign in to comment.