Skip to content

Commit 216f353

Browse files
committed
build: kill order events
1 parent 4932952 commit 216f353

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@ jobs:
6363
# helmfile-args: ${{ github.event_name == 'push' && 'apply' || 'diff' }}
6464
helmfile-workdirectory: kubernetes/helm
6565
- run: |
66-
kubectl get secret -n eoapi
67-
kubectl get certificate -n eoapi
68-
kubectl get order -n eoapi
66+
kubectl delete certificate/eoapi-tls -n eoapi\
6967
kubectl events --for certificate/eoapi-tls -n eoapi
7068
kubectl events --for certificaterequests/eoapi-tls-1 -n eoapi
69+
kubectl get order -n eoapi
7170
kubectl get secret/eoapi-tls -n eoapi

0 commit comments

Comments
 (0)