From 121be7e90d5d678b1fabd29860c64dc0b3f8b572 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Sat, 30 Jan 2021 15:19:45 +0200 Subject: [PATCH] Add e2e tests for create secret commands Signed-off-by: Stefan Prodan Signed-off-by: jonathan-innis --- .github/workflows/e2e.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index a06ce120..7e05737a 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -50,6 +50,15 @@ jobs: - name: flux install --manifests run: | ./bin/flux install --manifests ./manifests/install/ + - name: flux create secret + run: | + ./bin/flux create secret git git-ssh-test \ + --url ssh://git@github.com/stefanprodan/podinfo + ./bin/flux create secret git git-https-test \ + --url https://github.com/stefanprodan/podinfo \ + --username=test --password=test + ./bin/flux create secret helm helm-test \ + --username=test --password=test - name: flux create source git run: | ./bin/flux create source git podinfo \