Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken link fix for kustomize/README.md #557

Merged
merged 1 commit into from
Oct 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kustomize/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions kustomize/overlays/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down