Merge "Adjust kubectl get command for armada charts"

This commit is contained in:
Zuul 2024-02-09 23:06:40 +00:00 committed by Gerrit Code Review
commit a300b487bb
1 changed files with 1 additions and 2 deletions

View File

@ -55,8 +55,7 @@ while true; do
sleep 30
kubectl get pods --all-namespaces || echo "Could not get current pod status."
{%- if config['Genesis:enable_operator'] is sameas true %}
kubectl get armadacharts \
-o=custom-columns='NAMESPACE:metadata.namespace,NAME:metadata.name,READY:status.conditions[?(@.type=="Ready")].status,MESSAGE:status.conditions[?(@.type=="Ready")].message' -A || echo "Could not get current armada chart status."
kubectl get armadacharts -A -o wide || echo "Could not get current armada chart status."
{%- endif %}
else
log Armada bootstrap manifest deployed