Skip to content

Commit

Permalink
updated examples
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys committed Nov 23, 2023
1 parent 5359129 commit a580c21
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
5 changes: 3 additions & 2 deletions examples/aws/fleet.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
defaultNamespace: fleet-default

helm:
repo: https://rancherfederal.github.io/rancher-cluster-templates
chart: cluster-template
chart: cluster-templates
version: 0.2.0
releaseName: cluster-templates
releaseName: aws-cluster
valuesFiles:
- values-aws.yaml
8 changes: 7 additions & 1 deletion examples/aws/values-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ cluster:
name: aws-rke2-cluster
kubernetesVersion: v1.25.15+rke2r2
cni: canal
system_default_registry: docker.io
system_default_registry: rgcrprod.azurecr.us
#registries:
# configs:
# rgcrprod.azurecr.us:
# authConfigSecretName: registryconfig-auth-wvldn
# caBundle: ''
# insecureSkipVerify: false
monitoring:
enabled: false
rke:
Expand Down
10 changes: 10 additions & 0 deletions examples/gitrepo-aws.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: fleet.cattle.io/v1alpha1
kind: GitRepo
metadata:
name: aws-cluster-templates
namespace: fleet-local
spec:
repo: https://github.com/rancherfederal/rancher-cluster-templates
branch: main
paths:
- /examples/aws

0 comments on commit a580c21

Please sign in to comment.