Skip to content

Commit 8aae15e

Browse files
committed
Fix 32
Signed-off-by: Charles Moulliard <cmoulliard@ibm.com>
1 parent 622c716 commit 8aae15e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/helm-posgresql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ jobs:
5252
echo "Cluster is ready!"
5353

5454
echo "########### Cluster pods ##########"
55-
kubectl get pods
55+
kubectl get pods -A
5656

5757
echo "############ Wait for the pod to reach 'Ready' status ######"
5858
kubectl wait --for=condition=ready pod -l app=local-path-provisioner -n local-path-storage --timeout=60s
5959

6060
echo "############ Check pods ######"
61-
kubectl get pods
61+
kubectl get pods -A
6262

6363
- name: Install helm 4
6464
run: |

0 commit comments

Comments
 (0)