From 3c57ad6d4b43843a33b0c2746d28057746a9f89a Mon Sep 17 00:00:00 2001 From: Ketan Umare Date: Thu, 15 Oct 2020 13:10:38 -0700 Subject: [PATCH] Broken link fix --- kustomize/README.md | 2 +- kustomize/overlays/README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/kustomize/README.md b/kustomize/README.md index ea843ccb47..4189f9a146 100644 --- a/kustomize/README.md +++ b/kustomize/README.md @@ -10,4 +10,4 @@ The *Single Cluster* configuration on its own is not deployable. But indiviudal Refer to 1. [Base Components](./base): If you want to build your own overlay start here -1. [overlays](./Overlays): If you want to build on top of an existing overlay start here +1. [overlays](./overlays): If you want to build on top of an existing overlay start here diff --git a/kustomize/overlays/README.md b/kustomize/overlays/README.md index 2db1865db8..63ed238e9e 100644 --- a/kustomize/overlays/README.md +++ b/kustomize/overlays/README.md @@ -1,7 +1,6 @@ # Deploy Flyte using one of the given overlays -To start a deployment use one of the following overlays as a starting point. If you are just playing around with Flyte, use Sandbox overlay - and preferably the pre-generated yaml - available -[here](../../deployment/sandbox/flyte_generated.yaml) +To start a deployment use one of the following overlays as a starting point. If you are just playing around with Flyte, use Sandbox overlay - and preferably the pre-generated yaml - available [here](../../deployment/sandbox/flyte_generated.yaml) 1. [Sandbox](./sandbox) : A pre-configured overlay to deploy a complete standalone cluster onto a local k8s cluster 1. [GCP](./gcp): An almost configured overlay to deploy a production ready cluster to GCP. Some modifications needed for your environment