Skip to content

Commit

Permalink
added fleet example
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys committed Nov 30, 2023
1 parent f748492 commit 04d760b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/aws/fleet.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
defaultNamespace: fleet-default
helm:
repo: https://rancherfederal.github.io/rancher-cluster-templates
chart: rancher-cluster-templates
version: 0.3.0
releaseName: aws-cluster
valuesFiles:
- values-aws.yaml
10 changes: 10 additions & 0 deletions examples/fleet/gitrepo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
kind: GitRepo
apiVersion: fleet.cattle.io/v1alpha1
metadata:
name: rancher-cluster-templates
namespace: fleet-local
spec:
branch: main
repo: https://github.com/rancherfederal/rancher-cluster-templates
paths:
- /examples/aws

0 comments on commit 04d760b

Please sign in to comment.