--- apiVersion: source.toolkit.fluxcd.io/v1 kind: GitRepository metadata: name: prop namespace: flux-system spec: interval: 1m url: https://git.mcintire.me/graham/prop.git ref: branch: main secretRef: name: forgejo-git-credentials --- apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: name: prop-app namespace: flux-system spec: interval: 5m sourceRef: kind: GitRepository name: prop path: ./k8s prune: true targetNamespace: prop