--- apiVersion: source.toolkit.fluxcd.io/v1 kind: GitRepository metadata: name: flux2-test namespace: flux2 spec: url: https://git.smsvc.net/k8s/flux2-test.git interval: 15s ref: branch: main --- apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: name: flux2-test namespace: flux2 spec: interval: 15s prune: true sourceRef: kind: GitRepository name: flux2-test path: ./manifests