Skip to content

Commit 0c86ccf

Browse files
authored
Merge pull request #13 from fluxcd/e2e-fix
Cleanup e2e tests
2 parents b0f9333 + 07fa742 commit 0c86ccf

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/e2e.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@ jobs:
5454
- name: Run smoke tests
5555
run: |
5656
kubectl apply -k ./config/testdata/webapp
57-
kubectl apply -f ./config/samples
58-
kubectl -n kustomize-system rollout status deploy/kustomize-controller --timeout=1m
59-
kubectl wait kustomizations/podinfo-dev --for=condition=ready --timeout=1m
60-
kubectl wait kustomizations/podinfo-staging --for=condition=ready --timeout=1m
61-
kubectl wait kustomizations/podinfo-production --for=condition=ready --timeout=1m
62-
kubectl -n dev rollout status deploy/podinfo --timeout=1m
6357
kubectl wait kustomizations/frontend --for=condition=ready --timeout=4m
6458
kubectl -n kustomize-system logs deploy/kustomize-controller
6559
- name: Debug failure

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ kubectl apply -f-
4141
Install kustomize-controller with:
4242

4343
```bash
44-
kustomize build https://github.com/fluxcd/kustomize-controller//config/default?ref=v0.0.1-alpha.1 \
44+
kustomize build https://github.com/fluxcd/kustomize-controller//config/default?ref=v0.0.1-alpha.2 \
4545
kubectl apply -f-
4646
```
4747

0 commit comments

Comments
 (0)