Skip to content

Commit

Permalink
more fleet updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys committed Nov 30, 2023
1 parent 04d760b commit d584f22
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
8 changes: 8 additions & 0 deletions examples/custom/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: custom-cluster
valuesFiles:
- values-custom.yaml
2 changes: 1 addition & 1 deletion examples/custom/values-custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rancher:
cluster:
annotations: {}
labels: {}
name: custom-rke2-cluster
name: rke2-cluster-custom
config:
systemDefaultRegistry: docker.io
kubernetesVersion: v1.25.15+rke2r2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kind: GitRepo
apiVersion: fleet.cattle.io/v1alpha1
metadata:
name: rancher-cluster-templates
name: cluster-templates-aws
namespace: fleet-local
spec:
branch: main
Expand Down
10 changes: 10 additions & 0 deletions examples/fleet/gitrepo-custom.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
kind: GitRepo
apiVersion: fleet.cattle.io/v1alpha1
metadata:
name: cluster-templates-custom
namespace: fleet-local
spec:
branch: main
repo: https://github.com/rancherfederal/rancher-cluster-templates
paths:
- /examples/custom

0 comments on commit d584f22

Please sign in to comment.