We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf5f45 commit a033608Copy full SHA for a033608
.github/workflows/teleport.yml
@@ -29,5 +29,6 @@ jobs:
29
token: astria-ci
30
# Use the name of your Kubernetes cluster
31
kubernetes-cluster: tim-dev
32
- - name: List pods
33
- run: kubectl get pods -A
+ - name: List namespace or pods
+ run: |
34
+ kubectl get ns || kubectl get pods -A
0 commit comments