Files
auricom-home-cluster/cluster/configuration/crds/external-snapshotter/crds.yaml
2022-07-01 14:23:52 +02:00

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