gitops/infra/clusters/prod/infrastructure-kustomization.yaml
2026-04-02 16:32:04 +08:00

17 lines
328 B
YAML

apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: infrastructure-stack
namespace: flux-system
spec:
interval: 5m0s
prune: true
wait: true
timeout: 10m0s
sourceRef:
kind: GitRepository
name: platform-config
path: ./infra/infrastructure
dependsOn:
- name: platform-stack