fix: wait longer for doppler store validation
This commit is contained in:
@@ -480,9 +480,9 @@ jobs:
|
||||
wait_for_resource external-secrets service/external-secrets-external-secrets-webhook 600
|
||||
wait_for_resource external-secrets endpoints/external-secrets-external-secrets-webhook 600
|
||||
kubectl -n external-secrets wait --for=jsonpath='{.subsets[0].addresses[0].ip}' endpoints/external-secrets-external-secrets-webhook --timeout=600s
|
||||
wait_for_resource flux-system kustomization.kustomize.toolkit.fluxcd.io/addon-external-secrets-store 600
|
||||
reconcile_flux_resource flux-system kustomization/addon-external-secrets-store 600
|
||||
kubectl -n flux-system wait --for=condition=Ready kustomization/addon-external-secrets-store --timeout=600s
|
||||
wait_for_resource flux-system kustomization.kustomize.toolkit.fluxcd.io/addon-external-secrets-store 900
|
||||
reconcile_flux_resource flux-system kustomization/addon-external-secrets-store 900
|
||||
kubectl -n flux-system wait --for=condition=Ready kustomization/addon-external-secrets-store --timeout=900s
|
||||
# Wait for the storage layer and private access components
|
||||
reconcile_flux_resource flux-system kustomization/addon-tailscale-operator 900
|
||||
if ! kubectl -n flux-system wait --for=condition=Ready kustomization/addon-tailscale-operator --timeout=300s; then
|
||||
|
||||
Reference in New Issue
Block a user