fix: correct status.sh ingress command syntax
This commit is contained in:
@@ -17,4 +17,4 @@ kubectl get svc -l "app=$APP_NAME"
|
||||
echo ""
|
||||
|
||||
echo "--- Access (Ingress) ---"
|
||||
kubectl get ingress -l "app=$APP_NAME" -o custom-columns=NAME:.metadata.name,HOSTS:.spec.rules[*].host
|
||||
kubectl get ingress -l "app=$APP_NAME"
|
||||
|
||||
Reference in New Issue
Block a user