Skip to content

Commit

Permalink
describe pods
Browse files Browse the repository at this point in the history
  • Loading branch information
twuebi committed Nov 21, 2024
1 parent 33a4b1e commit 86e40a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kube-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Install lakekeeper
run: helm install -f tests/kube-auth/values.yaml my-lakekeeper lakekeeper/lakekeeper --version 0.1.5 --wait --timeout 720s
- name: Apply auth role
run: kubectl apply -f tests/kube-auth/auth_role.yaml
run: kubectl describe pods && kubectl apply -f tests/kube-auth/auth_role.yaml
- name: Run tests
run: kubectl run bootstrap-test --image=curlimages/curl -it --command=true --restart=Never -- /bin/sh -c "$(cat tests/kube-auth/bootstrap.sh)"
- name: bootstrap-logs
Expand Down

0 comments on commit 86e40a8

Please sign in to comment.