mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-30 23:45:25 +02:00
31 lines
647 B
YAML
31 lines
647 B
YAML
---
|
|
apiVersion: source.toolkit.fluxcd.io/v1beta1
|
|
kind: GitRepository
|
|
metadata:
|
|
name: external-snapshotter-source
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 1h
|
|
# renovate: datasource=github-releases
|
|
url: https://github.com/kubernetes-csi/external-snapshotter.git
|
|
ref:
|
|
tag: v5.0.1
|
|
ignore: |
|
|
# exclude all
|
|
/*
|
|
# include deploy crds dir
|
|
!/client/config/crd
|
|
---
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
|
kind: Kustomization
|
|
metadata:
|
|
name: external-snapshotter-crds
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 1h
|
|
prune: false
|
|
wait: true
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: external-snapshotter-source
|