fix: use correct namespace and deployment name for ESO rollout check
Deploy Cluster / Terraform (push) Successful in 1m36s
Deploy Cluster / Ansible (push) Failing after 40m40s

The ESO deployment is named external-secrets-external-secrets in the
external-secrets namespace, not external-secrets in kube-system.
This commit is contained in:
2026-04-23 19:00:15 +00:00
parent 8e081ddfda
commit 12675417bd
+1 -1
View File
@@ -228,7 +228,7 @@ jobs:
# Wait for ESO CRDs and deployment directly instead of Flux Kustomization status
kubectl wait --for=condition=established --timeout=600s crd/clustersecretstores.external-secrets.io
kubectl wait --for=condition=established --timeout=600s crd/externalsecrets.external-secrets.io
kubectl -n kube-system rollout status deployment/external-secrets --timeout=600s
kubectl -n external-secrets rollout status deployment/external-secrets-external-secrets --timeout=600s
# Create Doppler ClusterSecretStore now that ESO CRDs are available
kubectl apply -f - <<'EOF'
apiVersion: external-secrets.io/v1