Check for Succeeded

This commit is contained in:
Marc Brugger 2022-10-05 19:42:48 +02:00 committed by GitHub
parent 97d3b0f2a9
commit 630d9c8eef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,7 @@ jobs:
run: |
kubectl create configmap sync-conf --from-env-file=testdata/e2e/sync-conf.properties
kubectl apply -f testdata/e2e/pod-adguardhome-sync.yaml
kubectl wait --for=jsonpath='{.status.phase}'=Running pod/adguardhome-sync --timeout=30s
kubectl wait --for=jsonpath='{.status.phase}'=Succeeded pod/adguardhome-sync --timeout=30s
- name: Show origin Logs
run: |
echo adguardhome-origin