mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-06 12:09:24 +00:00
Add create/delete HelmRelease e2e tests
This commit is contained in:
parent
5f0b95dc59
commit
797aec5528
3 changed files with 25 additions and 1 deletions
14
.github/workflows/e2e.yaml
vendored
14
.github/workflows/e2e.yaml
vendored
|
|
@ -91,6 +91,20 @@ jobs:
|
|||
- name: tk delete source git
|
||||
run: |
|
||||
./bin/tk delete source git podinfo --silent
|
||||
- name: tk create source helm
|
||||
run: |
|
||||
./bin/tk create source helm podinfo \
|
||||
--url https://stefanprodan.github.io/podinfo
|
||||
- name: tk create hr
|
||||
run: |
|
||||
./bin/tk create hr podinfo \
|
||||
--target-namespace=default \
|
||||
--source=podinfo \
|
||||
--chart-name=podinfo \
|
||||
--chart-version=">4.0.0 <5.0.0"
|
||||
- name: tk delete hr
|
||||
run: |
|
||||
./bin/tk delete hr podinfo --silent
|
||||
- name: tk check
|
||||
run: |
|
||||
./bin/tk check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue