Fix description of single cluster examples in README

This commit is contained in:
Mario Manno
2023-03-03 15:05:28 +01:00
parent 545d18d5c5
commit 694894cbef

View File

@@ -12,10 +12,10 @@ understand the basics of structuring git repos for Fleet.
| Example | Description |
|-------------|-------------|
| [manifests](single-cluster/manifests/) | An example using raw Kubernetes YAML and customizing it per target cluster |
| [helm](single-cluster/helm/) | An example using Helm and customizing it per target cluster |
| [manifests](single-cluster/manifests/) | An example using raw Kubernetes YAML |
| [helm](single-cluster/helm/) | An example using Helm |
| [helm-multi-chart](single-cluster/helm-multi-chart/) | An example deploying multiple charts from a single repo |
| [kustomize](single-cluster/kustomize/) | An example using Kustomize and customizing it per target cluster |
| [kustomize](single-cluster/kustomize/) | An example using Kustomize |
| [helm-kustomize](single-cluster/helm-kustomize/) | An example using Kustomize to modify a third party Helm chart |
## Multi-Cluster Examples