mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-02 00:34:25 +02:00
31 lines
699 B
YAML
31 lines
699 B
YAML
---
|
|
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
|