fix: correct status.sh ingress command syntax
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user