Skip to content

Commit

Permalink
debug6
Browse files Browse the repository at this point in the history
  • Loading branch information
radu-catalina committed Jun 22, 2023
1 parent ba8f78a commit d585f58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/chart-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,9 @@ jobs:
helm repo add cluster-registry https://opensource.adobe.com/cluster-registry
helm repo update
helm install cluster-registry cluster-registry/cluster-registry-client --namespace ${{ env.NAMESPACE }}
sleep 10
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
for pod in $(kubectl get pods --no-headers | awk '{print $1}'); do kubectl describe pod "$pod"; done
kubectl logs -n ${{ env.NAMESPACE }} -f deployments/cluster-registry-client

0 comments on commit d585f58

Please sign in to comment.