Skip to content

Commit

Permalink
Fix description of single cluster examples in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Manno committed Mar 3, 2023
1 parent 545d18d commit 694894c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 694894c

Please sign in to comment.