-
Notifications
You must be signed in to change notification settings - Fork 134
/
fleet-gitrepo.yaml
37 lines (34 loc) · 1.07 KB
/
fleet-gitrepo.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#
# Author: Hari Sekhon
# Date: 2024-04-23 20:13:20 +0400 (Tue, 23 Apr 2024)
#
# vim:ts=2:sts=2:sw=2:et
#
# https://github.com/HariSekhon/Kubernetes-configs
#
# License: see accompanying Hari Sekhon LICENSE file
#
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
#
# https://www.linkedin.com/in/HariSekhon
#
# ============================================================================ #
# Fleet GitRepo
# ============================================================================ #
# Examples:
#
# https://github.com/rancher/fleet-examples
---
kind: GitRepo
apiVersion: fleet.cattle.io/v1alpha1
metadata:
name: NAME # XXX: Edit
# This namespace is special and auto-wired to deploy to the local cluster
namespace: fleet-local # Leave this namespace
spec:
# Everything from this repo will be run in this cluster. You trust me right?
repo: https://github.com/rancher/fleet-examples # XXX: Edit
paths:
# XXX: Edit
- single-cluster/manifests
- single-cluster/helm