From 694894cbeff37f87ff7bf146c93ff0397c4b3c51 Mon Sep 17 00:00:00 2001 From: Mario Manno Date: Fri, 3 Mar 2023 15:05:28 +0100 Subject: [PATCH] Fix description of single cluster examples in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e862bb0b..20cc3275 100644 --- a/README.md +++ b/README.md @@ -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