Print controller logs in CI

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2020-11-12 16:38:16 +02:00
parent 81d3ecf612
commit be818469ea
No known key found for this signature in database
GPG Key ID: 3299AEB0E4085BAF
1 changed files with 3 additions and 0 deletions

View File

@ -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: |