Skip to content

Commit

Permalink
fix(tests): deploy to ns from the CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Oct 20, 2024
1 parent f468792 commit d19b41e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
if: matrix.extras
run: ${{ matrix.extras }}
- name: Verify kustomization ${{ matrix.kustomization }}
run: kubectl apply -k ${{ matrix.kustomization }} --wait --timeout=10m
run: kubectl apply -k ${{ matrix.kustomization }} --wait --timeout=10m -n ${{ matrix.namespace }}
- name: Wait for pods to get into ready state
run: |
kubectl get pod -n ${{ matrix.namespace }}
Expand Down
2 changes: 0 additions & 2 deletions kratos/test/vm/kustomization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ patches:
kind: Deployment
name: kratos
version: v1

namespace: auth

0 comments on commit d19b41e

Please sign in to comment.