Print controller logs in CI
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
81d3ecf612
commit
be818469ea
|
@ -100,6 +100,9 @@ jobs:
|
|||
kubectl -n source-system apply -f ./config/testdata/helmchart-from-bucket/source.yaml
|
||||
kubectl -n source-system wait bucket/charts --for=condition=ready --timeout=1m
|
||||
kubectl -n source-system wait helmchart/helmchart-bucket --for=condition=ready --timeout=1m
|
||||
- name: Logs
|
||||
run: |
|
||||
kubectl -n source-system logs deploy/source-controller
|
||||
- name: Debug failure
|
||||
if: failure()
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue