Files
homelab/clusters/production/platform.yaml
CaffeineTux 64be88c9fe Fix GitRepository references in Kustomizations
Changed all references from 'homelab' to 'flux-system' to match
the actual GitRepository resource created by Flux bootstrap.
2025-11-16 02:36:17 -05:00

22 lines
412 B
YAML

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