Add e2e test for flux2-kustomize-helm-example

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
pull/618/head
Stefan Prodan 4 years ago
parent 554de7ba6f
commit d02d507812
No known key found for this signature in database
GPG Key ID: 3299AEB0E4085BAF

@ -146,6 +146,15 @@ jobs:
--chart=podinfo \
--chart-version="5.0.x" \
--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
run: |
./bin/flux check

Loading…
Cancel
Save