From e0d2fa5701f67cd3a6519bd48e33f0ee447b5d9a Mon Sep 17 00:00:00 2001 From: Chris Carty Date: Sun, 17 Feb 2019 22:20:37 -0500 Subject: [PATCH] Translated kustomization.yaml into markdown in fields.md. Updated links to point to fields.md --- docs/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index e8457c766..aba76a458 100644 --- a/docs/README.md +++ b/docs/README.md @@ -9,9 +9,8 @@ English | [简体中文](zh/README.md) * [Glossary](glossary.md) - the word of the day is [_root_](glossary.md#kustomization-root). - * [kustomization.yaml](kustomization.yaml) - a - [kustomization](glossary.md#kustomization) file - with explanations of each field. + * [Kustomize Fields](fields.md) - explanations of the fields + in a [kustomization](glossary.md#kustomization) file. * [Plugins](plugins.md) - extending kustomize with custom generators and transformers.