From edb195618ab4b4c7f66447ae89d38e13c5994119 Mon Sep 17 00:00:00 2001 From: "Yuan (Bob) Gong" Date: Wed, 30 Oct 2019 07:54:52 +0800 Subject: [PATCH] Fix multiple overlays as title (#584) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d83f7f0c35..aa5bb178375 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ namespace: - **component parameters** - are applied to a component's params.env file. There must be an entry whose key matches the component parameter. The params.env file is used to generate a ConfigMap. Entries in params.env are resolved as kustomize vars or referenced in a deployment or statefulset env section in which case no var definition is needed. -Multiple overlays - +### Multiple overlays Kfctl may combine more than one overlay during `kfctl generate ...`. An example is shown below where the profiles target in [manifests](https://github.com/kubeflow/manifests/tree/master/profiles) can include either debug changes in the Deployment or Device information in the Namespace (the devices overlay is not fully integrated with the Profile-controller at this point in time and is intended as an example) or **both**.