fix: wait longer for doppler store validation
Deploy Cluster / Terraform (push) Successful in 34s
Deploy Cluster / Ansible (push) Failing after 36m43s

This commit is contained in:
2026-05-02 17:05:54 +00:00
parent 63c45337a0
commit ce5a05dcd4
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -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
@@ -17,5 +17,5 @@ spec:
- apiVersion: external-secrets.io/v1
kind: ClusterSecretStore
name: doppler-hetznerterra
timeout: 5m
timeout: 15m
suspend: false