mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-20 22:51:47 +00:00
Add e2e tests for create secret commands
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
4fd5684277
commit
4e8a600f34
1 changed files with 9 additions and 0 deletions
9
.github/workflows/e2e.yaml
vendored
9
.github/workflows/e2e.yaml
vendored
|
|
@ -50,6 +50,15 @@ jobs:
|
||||||
- name: flux install --manifests
|
- name: flux install --manifests
|
||||||
run: |
|
run: |
|
||||||
./bin/flux install --manifests ./manifests/install/
|
./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
|
- name: flux create source git
|
||||||
run: |
|
run: |
|
||||||
./bin/flux create source git podinfo \
|
./bin/flux create source git podinfo \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue