This commit is contained in:
parent
d760c4e465
commit
d7893fc0eb
|
|
@ -0,0 +1,11 @@
|
|||
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/manifests"
|
||||
paths:
|
||||
- single-cluster
|
||||
Loading…
Reference in New Issue