mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-24 08:31:47 +00:00
Add e2e test for flux2-kustomize-helm-example
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
554de7ba6f
commit
d02d507812
1 changed files with 9 additions and 0 deletions
9
.github/workflows/e2e.yaml
vendored
9
.github/workflows/e2e.yaml
vendored
|
|
@ -146,6 +146,15 @@ jobs:
|
||||||
--chart=podinfo \
|
--chart=podinfo \
|
||||||
--chart-version="5.0.x" \
|
--chart-version="5.0.x" \
|
||||||
--service-account=dev-team
|
--service-account=dev-team
|
||||||
|
- name: flux2-kustomize-helm-example
|
||||||
|
run: |
|
||||||
|
./bin/flux create source git flux-system \
|
||||||
|
--url=https://github.com/fluxcd/flux2-kustomize-helm-example \
|
||||||
|
--branch=main
|
||||||
|
./bin/flux create kustomization flux-system \
|
||||||
|
--source=flux-system \
|
||||||
|
--path=./clusters/staging
|
||||||
|
kubectl -n flux-system wait kustomization/apps --for=condition=ready --timeout=2m
|
||||||
- name: flux check
|
- name: flux check
|
||||||
run: |
|
run: |
|
||||||
./bin/flux check
|
./bin/flux check
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue