From 137f083b4dba90a642f5a37c525306f1992c6e1e Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Mon, 30 Nov 2020 11:54:46 +0200 Subject: [PATCH] Add e2e test for create tenant Signed-off-by: Stefan Prodan --- .github/workflows/e2e.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index bac454ec..3dfe8c3b 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -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