15 lines
314 B
YAML
15 lines
314 B
YAML
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: GitRepository
|
|
metadata:
|
|
name: local-path-repo
|
|
namespace: kube-system
|
|
spec:
|
|
interval: 15m
|
|
url: https://github.com/rancher/local-path-provisioner.git
|
|
ref:
|
|
tag: v0.0.29
|
|
ignore: |-
|
|
# exclude all
|
|
/*
|
|
# include charts directory
|
|
!/deploy/chart/ |