2023-04-05 02:42:19 +00:00
|
|
|
---
|
|
|
|
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
|
|
|
kind: GitRepository
|
|
|
|
metadata:
|
|
|
|
name: metallb-source
|
|
|
|
namespace: flux-system
|
|
|
|
spec:
|
|
|
|
interval: 12h
|
|
|
|
url: https://github.com/metallb/metallb.git
|
|
|
|
ref:
|
|
|
|
# renovate: registryUrl=https://metallb.github.io/metallb chart=metallb
|
2024-01-23 01:19:39 +00:00
|
|
|
tag: v0.13.12
|
2023-04-05 02:42:19 +00:00
|
|
|
ignore: |
|
|
|
|
# exclude all
|
|
|
|
/*
|
|
|
|
# include crd directory
|
|
|
|
!/config/crd
|
|
|
|
---
|
|
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
|
|
|
kind: Kustomization
|
|
|
|
metadata:
|
|
|
|
name: crds-metallb
|
|
|
|
namespace: flux-system
|
|
|
|
spec:
|
|
|
|
interval: 30m
|
|
|
|
prune: false
|
|
|
|
wait: true
|
|
|
|
sourceRef:
|
|
|
|
kind: GitRepository
|
|
|
|
name: metallb-source
|
2023-04-05 03:04:13 +00:00
|
|
|
path: ./config/crd
|