7 lines
175 B
Bash
Executable file
7 lines
175 B
Bash
Executable file
#! /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
|