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 service/external-secrets-external-secrets-webhook 600
|
||||||
wait_for_resource external-secrets endpoints/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
|
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
|
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 600
|
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=600s
|
kubectl -n flux-system wait --for=condition=Ready kustomization/addon-external-secrets-store --timeout=900s
|
||||||
# Wait for the storage layer and private access components
|
# Wait for the storage layer and private access components
|
||||||
reconcile_flux_resource flux-system kustomization/addon-tailscale-operator 900
|
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
|
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
|
- apiVersion: external-secrets.io/v1
|
||||||
kind: ClusterSecretStore
|
kind: ClusterSecretStore
|
||||||
name: doppler-hetznerterra
|
name: doppler-hetznerterra
|
||||||
timeout: 5m
|
timeout: 15m
|
||||||
suspend: false
|
suspend: false
|
||||||
|
|||||||
Reference in New Issue
Block a user