--- apiVersion: source.toolkit.fluxcd.io/v1beta2 kind: GitRepository metadata: name: cloudnative-pg-source namespace: flux-system spec: interval: 12h url: https://github.com/cloudnative-pg/charts.git ref: # renovate: registryUrl=https://github.com/cloudnative-pg/charts chart=cloudnative-pg tag: cloudnative-pg-v0.14.0 ignore: | # exclude all /* # include crd directory !/charts/cloudnative-pg/templates/crds --- apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 kind: Kustomization metadata: name: crds-cloudnative-pg namespace: flux-system spec: interval: 30m prune: false wait: true sourceRef: kind: GitRepository name: cloudnative-pg-source