We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4932952 commit 216f353Copy full SHA for 216f353
1 file changed
.github/workflows/ci.yaml
@@ -63,9 +63,8 @@ jobs:
63
# helmfile-args: ${{ github.event_name == 'push' && 'apply' || 'diff' }}
64
helmfile-workdirectory: kubernetes/helm
65
- run: |
66
- kubectl get secret -n eoapi
67
- kubectl get certificate -n eoapi
68
- kubectl get order -n eoapi
+ kubectl delete certificate/eoapi-tls -n eoapi\
69
kubectl events --for certificate/eoapi-tls -n eoapi
70
kubectl events --for certificaterequests/eoapi-tls-1 -n eoapi
+ kubectl get order -n eoapi
71
kubectl get secret/eoapi-tls -n eoapi
0 commit comments