mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-08 13:10:05 +00:00
Implement delete for git sources
- add delete source git command - add delete source git e2e test
This commit is contained in:
parent
26afe9dffb
commit
6d590fe4d2
4 changed files with 110 additions and 4 deletions
3
.github/workflows/e2e.yaml
vendored
3
.github/workflows/e2e.yaml
vendored
|
|
@ -83,6 +83,9 @@ jobs:
|
|||
- name: tk delete kustomization
|
||||
run: |
|
||||
./bin/tk delete kustomization podinfo --silent
|
||||
- name: tk delete source git
|
||||
run: |
|
||||
./bin/tk delete source git podinfo --silent
|
||||
- name: tk check
|
||||
run: |
|
||||
./bin/tk check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue