diff options
author | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2023-03-27 11:07:30 +0200 |
---|---|---|
committer | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2023-03-27 11:07:30 +0200 |
commit | e2d2482ca67e0a87f3726027093b22480dc1af3f (patch) | |
tree | fa515948c4984b55d385cb108e7c8a76cc592521 /.github | |
parent | 05f72fc4be6755446d084c0f679fdafbb5fda975 (diff) |
Get the logs for dendrite when installing the chart
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/k8s.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/k8s.yml b/.github/workflows/k8s.yml index fc5e8c90..af275035 100644 --- a/.github/workflows/k8s.yml +++ b/.github/workflows/k8s.yml @@ -84,6 +84,7 @@ jobs: kubectl get pods -A kubectl get services kubectl get ingress + kubectl logs -l app.kubernetes.io/name=dendrite - name: Run create account run: | podName=$(kubectl get pods -l app.kubernetes.io/name=dendrite -o name) |