Skip to content

Commit

Permalink
debug7
Browse files Browse the repository at this point in the history
  • Loading branch information
radu-catalina committed Jun 22, 2023
1 parent d585f58 commit f714e7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/chart-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
helm repo update
helm install cluster-registry cluster-registry/cluster-registry-client --namespace ${{ env.NAMESPACE }}
sleep 10
kubectl config set-context --current --namespace=${{ env.NAMESPACE }}
kubectl get pods
for pod in $(kubectl get pods --no-headers | awk '{print $1}'); do kubectl describe pod "$pod"; done
kubectl wait --for=condition=Ready pod -l app=cluster-registry-client
Expand Down

0 comments on commit f714e7a

Please sign in to comment.