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 34b22f7 commit aad381eCopy full SHA for aad381e
.github/workflows/e2e.yaml
@@ -92,11 +92,13 @@ jobs:
92
- name: Run HelmChart from Bucket tests
93
run: |
94
./mc mb minio/charts
95
- ./mc cp --recursive ./controllers/testdata/helmchart minio/charts
+ ./mc cp --recursive ./controllers/testdata/helmchart/ minio/charts
96
97
kubectl -n source-system apply -f ./config/testdata/helmchart-from-bucket/source.yaml
98
kubectl -n source-system wait bucket/charts --for=condition=ready --timeout=1m
99
kubectl -n source-system wait helmchart/helmchart-bucket --for=condition=ready --timeout=1m
100
+
101
+ ./mc tree minio/charts
102
- name: Debug failure
103
if: failure()
104
0 commit comments