From c6476cc178e576a4b7853d5d2adcb54081848974 Mon Sep 17 00:00:00 2001 From: Surav Shrestha Date: Sat, 14 Oct 2023 03:46:20 +0545 Subject: [PATCH] docs: fix typo in ./kustomize/README.md (#4218) Signed-off-by: Surav Shrestha --- kustomize/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize/README.md b/kustomize/README.md index 94f0f6ec56..69a9c10d0c 100644 --- a/kustomize/README.md +++ b/kustomize/README.md @@ -6,7 +6,7 @@ In brief, Kustomize allows composing a deployment yaml using multiple components a composed set of components that can be deployed to a [Single Kubernetes cluster](./base/single_cluster). This deployment configures various components using [Flyte Configuration system](todo). -The *Single Cluster* configuration on its own is not deployable. But indiviudal [overlays](./overlays) are deployable. +The *Single Cluster* configuration on its own is not deployable. But individual [overlays](./overlays) are deployable. Refer to 1. [Base Components](./base): If you want to build your own overlay start here