12 lines
347 B
YAML
12 lines
347 B
YAML
apiVersion: fleet.cattle.io/v1alpha1
|
|
kind: GitRepo
|
|
metadata:
|
|
name: sample
|
|
# This namespace is special and auto-wired to deploy to the local cluster
|
|
namespace: fleet-local
|
|
spec:
|
|
# Everything from this repo will be run in this cluster. You trust me right?
|
|
repo: "https://github.com/homelabjunkie/k3s"
|
|
paths:
|
|
- manifests/single-cluster
|