Skip to content
Snippets Groups Projects
local-path-provisioner.yaml 553 B
Newer Older
Maarten de Waard's avatar
Maarten de Waard committed
---
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: GitRepository
metadata:
  name: local-path-provisioner
spec:
  # The interval at which to check the upstream for updates
  interval: 1h
  # The repository URL, can be a HTTP/S or SSH address
  url: https://github.com/rancher/local-path-provisioner
  # The Git reference to checkout and monitor for changes
  # (defaults to master)
  # For all available options, see:
  # https://toolkit.fluxcd.io/components/source/api/#source.toolkit.fluxcd.io/v1beta1.GitRepositoryRef
  ref: