Fix namespace selector
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
1dfe84005b
commit
83978cc429
@ -51,7 +51,7 @@ fi
|
|||||||
|
|
||||||
NAMES="$(kubectl api-resources --namespaced --verbs list -o name | tr '\n' ,)"
|
NAMES="$(kubectl api-resources --namespaced --verbs list -o name | tr '\n' ,)"
|
||||||
|
|
||||||
if [ $ALL_NAMESPACES ]; then
|
if [[ "$ALL_NAMESPACES" == "true" ]]; then
|
||||||
kubectl get "${NAMES::${#NAMES}-1}" --show-kind --ignore-not-found ${LABEL} -A
|
kubectl get "${NAMES::${#NAMES}-1}" --show-kind --ignore-not-found ${LABEL} -A
|
||||||
else
|
else
|
||||||
kubectl get "${NAMES::${#NAMES}-1}" --show-kind --ignore-not-found ${LABEL} -n ${NAMESPACE}
|
kubectl get "${NAMES::${#NAMES}-1}" --show-kind --ignore-not-found ${LABEL} -n ${NAMESPACE}
|
||||||
|
Loading…
Reference in New Issue
Block a user