parent
6c23b27385
commit
9b94c1d5b3
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ jobs:
|
|||
env:
|
||||
KUBECONFIG: "${{ steps.kubeconfig.outputs.filePath }}"
|
||||
run: |
|
||||
kubectl get nodes
|
||||
kubectl get crds 2>&1 | sed -n '/NAME/,$p' | tail -n +2
|
||||
- name: Download and run crd-extractor
|
||||
env:
|
||||
KUBECONFIG: "${{ steps.kubeconfig.outputs.filePath }}"
|
||||
|
|
Loading…
Reference in a new issue