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