mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-11 14:40:04 +00:00
Switch get commands to use tables for output
Signed-off-by: circa10a <caleblemoine@gmail.com>
This commit is contained in:
parent
5efa1ebe88
commit
3619cb8bd1
17 changed files with 226 additions and 106 deletions
9
.github/workflows/e2e.yaml
vendored
9
.github/workflows/e2e.yaml
vendored
|
|
@ -59,6 +59,9 @@ jobs:
|
|||
- name: gotk get sources git
|
||||
run: |
|
||||
./bin/gotk get sources git
|
||||
- name: gotk get sources git --all-namespaces
|
||||
run: |
|
||||
./bin/gotk get sources git --all-namespaces
|
||||
- name: gotk create kustomization
|
||||
run: |
|
||||
./bin/gotk create kustomization podinfo \
|
||||
|
|
@ -76,6 +79,9 @@ jobs:
|
|||
- name: gotk get kustomizations
|
||||
run: |
|
||||
./bin/gotk get kustomizations
|
||||
- name: gotk get kustomizations --all-namespaces
|
||||
run: |
|
||||
./bin/gotk get kustomizations --all-namespaces
|
||||
- name: gotk suspend kustomization
|
||||
run: |
|
||||
./bin/gotk suspend kustomization podinfo
|
||||
|
|
@ -112,6 +118,9 @@ jobs:
|
|||
- name: gotk get helmreleases
|
||||
run: |
|
||||
./bin/gotk get helmreleases
|
||||
- name: gotk get helmreleases --all-namespaces
|
||||
run: |
|
||||
./bin/gotk get helmreleases --all-namespaces
|
||||
- name: gotk export helmrelease
|
||||
run: |
|
||||
./bin/gotk export hr --all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue