We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb78c1 commit 854c3fcCopy full SHA for 854c3fc
1 file changed
.github/workflows/ci.yaml
@@ -63,5 +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 certificaterequests -n eoapi
69
+ kubectl events --for certificate/eoapi-tls -n eoapi
70
kubectl get secret/eoapi-tls -n eoapi
0 commit comments