gitops/infra/clusters/prod/pre-kustomization.yaml

17 lines
331 B
YAML

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