Skip to content

Commit 854c3fc

Browse files
committed
build: low exposure checks
1 parent eeb78c1 commit 854c3fc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +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
6667
kubectl get certificate -n eoapi
68+
kubectl get certificaterequests -n eoapi
69+
kubectl events --for certificate/eoapi-tls -n eoapi
6770
kubectl get secret/eoapi-tls -n eoapi

0 commit comments

Comments
 (0)