Skip to content

Commit

Permalink
to drop
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Aug 31, 2022
1 parent a5a9691 commit 8ba5e82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/verify-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,12 @@ jobs:
key.pem: $(cat ${{ github.run_id }}-key.pem | base64 -w 0)
EOF
kubectl apply -f config/test
make ko-apply-ci
kubectl apply -f config/test
kubectl get po -n fulcio-system
kubectl wait --for=condition=Available --timeout=5m -n fulcio-system deployment/fulcio-server
kubectl get po -n fulcio-system
Expand Down

0 comments on commit 8ba5e82

Please sign in to comment.