Skip to content
Snippets Groups Projects
Unverified Commit 2f9a5285 authored by Stefan Prodan's avatar Stefan Prodan Committed by GitHub
Browse files

Merge pull request #527 from fluxcd/tenant-e2e

Add e2e test for create tenant
parents 11f4c54a 137f083b
No related branches found
No related tags found
No related merge requests found
......@@ -136,6 +136,16 @@ jobs:
- name: flux delete source git
run: |
./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
run: |
./bin/flux check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment