Adds multi-gitrepo example

Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
This commit is contained in:
Xavi Garcia
2024-04-05 09:45:14 +02:00
parent 3f51219e82
commit d3302d3c4b
18 changed files with 268 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
# Multi-GitRepo example (gitrepos)
This folder contains the `GitRepo CRs` that will be deployed in the [multi-gitrepo](https://github.com/rancher/fleet-examples/single-cluster/multi-gitrepo) example.

View File

@@ -0,0 +1,11 @@
kind: GitRepo
apiVersion: fleet.cattle.io/v1alpha1
metadata:
name: multigitrepo-frontend
namespace: fleet-local
spec:
repo: https://github.com/0xavi0/fleet-examples
branch: multi-gitrepo
paths:
- single-cluster/multi-gitrepo/frontend

View File

@@ -0,0 +1,11 @@
kind: GitRepo
apiVersion: fleet.cattle.io/v1alpha1
metadata:
name: multigitrepo-redis
namespace: fleet-local
spec:
repo: https://github.com/0xavi0/fleet-examples
branch: multi-gitrepo
paths:
- single-cluster/multi-gitrepo/redis