Files
homelab/clusters/production/bootstrap.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

19 lines
327 B
YAML

apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: bootstrap
namespace: flux-system
spec:
interval: 10m
timeout: 5m
sourceRef:
kind: GitRepository
name: flux-system
path: ./bootstrap
prune: true
wait: true
decryption:
provider: sops
secretRef:
name: sops-age