fix: stabilize flux and external secrets reconciliation
All checks were successful
Deploy Cluster / Terraform (push) Successful in 48s
Deploy Cluster / Ansible (push) Successful in 9m42s

This commit is contained in:
2026-03-09 02:25:27 +00:00
parent 6f2e056b98
commit 646ef16258
7 changed files with 6498 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: secrets
namespace: flux-system
spec:
interval: 10m
prune: true
sourceRef:
kind: GitRepository
name: platform
path: ./infrastructure/secrets
dependsOn:
- name: addon-external-secrets
wait: true
timeout: 5m