--- # Flux pulls the chart from the `production` branch of cms-plugins on Gitea. # The `ignore` rule restricts reconciliation to /deploy/helm so app-code # pushes don't trigger chart re-reconcile. apiVersion: source.toolkit.fluxcd.io/v1 kind: GitRepository metadata: name: cms-plugins-production # Co-located with the HelmRelease in `kotkan` so the chart sourceRef is a # same-namespace reference (Flux commonly disables cross-namespace source # refs). Matches the emdash-kotkanagrilli reference overlay and the live # deploy in anton-helm-workloads. namespace: kotkan spec: interval: 1m0s url: ssh://git@git.oleks.space/oleks/cms-plugins.git ref: branch: production secretRef: name: cms-plugins-deploy-key ignore: | /* !/deploy/helm