Skip to content

Commit

Permalink
debug lines
Browse files Browse the repository at this point in the history
Signed-off-by: pjuarezd <[email protected]>
  • Loading branch information
pjuarezd committed Jul 6, 2024
1 parent 06fb335 commit 3a096b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,8 @@ function check_tenant_status() {
condition=jsonpath='{.status.currentState}'=Initialized
selector="metadata.name=$2"
try wait_for_resource_field_selector "$1" tenant $condition "$selector" 600s
kubectl get Tenant $2 -n $1 -oyaml
kubectl describe sts -n $1

if [ $# -ge 4 ]; then
echo "Fourth argument provided, then get secrets from helm"
Expand Down

0 comments on commit 3a096b5

Please sign in to comment.