Files
homelab/clusters/production/platform.yaml

22 lines
412 B
YAML
Raw Normal View History

apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: platform
namespace: flux-system
spec:
interval: 10m
timeout: 5m
sourceRef:
kind: GitRepository
name: flux-system
path: ./platform
prune: true
wait: true
# Depend on infrastructure being ready first
dependsOn:
- name: infrastructure
decryption:
provider: sops
secretRef:
name: sops-age