There was an error while loading. Please reload this page.
1 parent 622c716 commit 8aae15eCopy full SHA for 8aae15e
1 file changed
.github/workflows/helm-posgresql.yml
@@ -52,13 +52,13 @@ jobs:
52
echo "Cluster is ready!"
53
54
echo "########### Cluster pods ##########"
55
- kubectl get pods
+ kubectl get pods -A
56
57
echo "############ Wait for the pod to reach 'Ready' status ######"
58
kubectl wait --for=condition=ready pod -l app=local-path-provisioner -n local-path-storage --timeout=60s
59
60
echo "############ Check pods ######"
61
62
63
- name: Install helm 4
64
run: |
0 commit comments