# clusters/atlas/flux-system/platform/resource-guardrails/kustomization.yaml apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: name: resource-guardrails namespace: flux-system annotations: kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m path: ./infrastructure/resource-guardrails prune: true sourceRef: kind: GitRepository name: flux-system namespace: flux-system dependsOn: - name: core wait: true