mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
Get the logs for dendrite when installing the chart
This commit is contained in:
parent
05f72fc4be
commit
e2d2482ca6
1
.github/workflows/k8s.yml
vendored
1
.github/workflows/k8s.yml
vendored
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user