13 lines
283 B
YAML
13 lines
283 B
YAML
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: GitRepository
|
|
metadata:
|
|
name: local-path-provisioner
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 5m
|
|
ref:
|
|
branch: master
|
|
secretRef:
|
|
name: flux-system
|
|
timeout: 60s
|
|
url: https://github.com/rancher/local-path-provisioner.git |