FEAT(bin): add get_applications.sh
This commit is contained in:
parent
a9120f2475
commit
498b24ec17
1 changed files with 7 additions and 0 deletions
7
bin/get_applications.sh
Executable file
7
bin/get_applications.sh
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
#! /bin/bash
|
||||||
|
|
||||||
|
## Author: Sebastian Mark
|
||||||
|
## CC-BY-SA (https://creativecommons.org/licenses/by-sa/4.0/deed.de)
|
||||||
|
## for civil use only
|
||||||
|
|
||||||
|
kubectl -n argocd get applications -o wide
|
Loading…
Reference in a new issue