Update examples

This commit is contained in:
Darren Shepherd
2020-08-31 23:29:55 -07:00
parent 56bca25f64
commit 3614aa139d
17 changed files with 181 additions and 5 deletions

View File

@@ -7,4 +7,6 @@ This repository contains examples of how to use Fleet using different approaches
| [simple](simple/) | The minimally viable repo to deploy raw Kubernetes resources |
| [manifest](manifest/) | A full example of using raw Kubernetes YAML and customizing it per target cluster |
| [helm](helm/) | A full example of using Helm and customizing it per target cluster |
| [kustomize](kustomize/) | A full example of using Kustomize and customizing it per target cluster |
| [helm-external](helm-external/) | A full example of using a Helm chart that is downloaded from a third party source and customizing it per target cluster |
| [kustomize](kustomize/) | A full example of using Kustomize and customizing it per target cluster |
| [helm-kustomize](helm-kustomize/) | A full example of using Kustomize to modify a third party Helm chart |