12 lines
235 B
YAML
12 lines
235 B
YAML
---
|
|
apiVersion: source.toolkit.fluxcd.io/v1beta1
|
|
kind: GitRepository
|
|
metadata:
|
|
name: nexus-repo-source
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 3m0s
|
|
ref:
|
|
branch: master
|
|
url: https://github.com/thejimnicholson/nexus-k8s.git
|