29 lines
586 B
YAML
29 lines
586 B
YAML
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: GitRepository
|
|
metadata:
|
|
name: external-snapshotter
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 15m0s
|
|
ref:
|
|
tag: v8.2.0
|
|
url: https://github.com/kubernetes-csi/external-snapshotter
|
|
ignore: |
|
|
/*
|
|
!/client/config/crd/*
|
|
!/deploy/kubernetes/snapshot-controller/*
|
|
---
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: external-snapshotter
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 15m
|
|
prune: true
|
|
timeout: 2m
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: external-snapshotter
|
|
wait: true
|