fix: correct status.sh ingress command syntax

This commit is contained in:
2026-04-01 16:49:19 +08:00
parent b86255e81f
commit d8861031f6
2 changed files with 2 additions and 2 deletions

View File

@@ -22,4 +22,4 @@ kubectl get pvc -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"