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