1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Merge pull request #527 from fluxcd/tenant-e2e

Add e2e test for create tenant
This commit is contained in:
Stefan Prodan
2020-11-30 12:25:31 +02:00
committed by GitHub

View File

@@ -136,6 +136,16 @@ jobs:
- name: flux delete source git - name: flux delete source git
run: | run: |
./bin/flux delete source git podinfo --silent ./bin/flux delete source git podinfo --silent
- name: flux create tenant
run: |
./bin/flux create tenant dev-team --with-namespace=apps
./bin/flux -n apps create source helm podinfo \
--url https://stefanprodan.github.io/podinfo
./bin/flux -n apps create hr podinfo-helm \
--source=HelmRepository/podinfo \
--chart=podinfo \
--chart-version="5.0.x" \
--service-account=dev-team
- name: flux check - name: flux check
run: | run: |
./bin/flux check ./bin/flux check