Get the logs for dendrite when installing the chart

This commit is contained in:
Till Faelligen 2023-03-27 11:07:30 +02:00
parent 05f72fc4be
commit e2d2482ca6
No known key found for this signature in database
GPG Key ID: ACCDC9606D472758

View File

@ -84,6 +84,7 @@ jobs:
kubectl get pods -A kubectl get pods -A
kubectl get services kubectl get services
kubectl get ingress kubectl get ingress
kubectl logs -l app.kubernetes.io/name=dendrite
- name: Run create account - name: Run create account
run: | run: |
podName=$(kubectl get pods -l app.kubernetes.io/name=dendrite -o name) podName=$(kubectl get pods -l app.kubernetes.io/name=dendrite -o name)