mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-15 16:25:43 +00:00
Implement get commands
- add get sources git command - add get kustomizations command
This commit is contained in:
parent
790a483560
commit
2225b2a6a9
6 changed files with 159 additions and 5 deletions
6
.github/workflows/e2e.yaml
vendored
6
.github/workflows/e2e.yaml
vendored
|
|
@ -54,6 +54,9 @@ jobs:
|
|||
./bin/tk create source git podinfo \
|
||||
--url https://github.com/stefanprodan/podinfo \
|
||||
--tag-semver=">=3.2.3"
|
||||
- name: tk get sources git
|
||||
run: |
|
||||
./bin/tk get sources git
|
||||
- name: tk create kustomization
|
||||
run: |
|
||||
./bin/tk create kustomization podinfo \
|
||||
|
|
@ -68,6 +71,9 @@ jobs:
|
|||
- name: tk sync kustomization --with-source
|
||||
run: |
|
||||
./bin/tk sync kustomization podinfo --with-source
|
||||
- name: tk get kustomizations
|
||||
run: |
|
||||
./bin/tk get kustomizations
|
||||
- name: tk check
|
||||
run: |
|
||||
./bin/tk check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue