1
0
mirror of synced 2026-02-07 11:15:57 +00:00

Implement export to YAML

- add export commands for git sources and kustomizations
- add export e2e tests
This commit is contained in:
stefanprodan
2020-04-30 00:12:16 +03:00
parent 6d590fe4d2
commit f127adc8ea
8 changed files with 233 additions and 1 deletions

View File

@@ -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