We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d3ecf commit be81846Copy full SHA for be81846
.github/workflows/e2e.yaml
@@ -100,6 +100,9 @@ jobs:
100
kubectl -n source-system apply -f ./config/testdata/helmchart-from-bucket/source.yaml
101
kubectl -n source-system wait bucket/charts --for=condition=ready --timeout=1m
102
kubectl -n source-system wait helmchart/helmchart-bucket --for=condition=ready --timeout=1m
103
+ - name: Logs
104
+ run: |
105
+ kubectl -n source-system logs deploy/source-controller
106
- name: Debug failure
107
if: failure()
108
run: |
0 commit comments