mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-08 13:10:05 +00:00
Implement export to YAML
- add export commands for git sources and kustomizations - add export e2e tests
This commit is contained in:
parent
6d590fe4d2
commit
f127adc8ea
8 changed files with 233 additions and 1 deletions
4
.github/workflows/e2e.yaml
vendored
4
.github/workflows/e2e.yaml
vendored
|
|
@ -80,6 +80,10 @@ jobs:
|
|||
- name: tk resume kustomization
|
||||
run: |
|
||||
./bin/tk resume kustomization podinfo
|
||||
- name: tk export
|
||||
run: |
|
||||
./bin/tk export source git --all
|
||||
./bin/tk export kustomization --all
|
||||
- name: tk delete kustomization
|
||||
run: |
|
||||
./bin/tk delete kustomization podinfo --silent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue