From 5975761fbf2088426da8d208993b2d27c95f7a26 Mon Sep 17 00:00:00 2001 From: vanou Date: Thu, 6 Feb 2020 22:43:45 +0900 Subject: [PATCH] Fix typo in kustomization file fields explanation This commit fixes typo in explanation of 'resources' field in kustomization file. --- docs/fields.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fields.md b/docs/fields.md index e3fea9bfb..30e52ce7a 100644 --- a/docs/fields.md +++ b/docs/fields.md @@ -206,7 +206,7 @@ _file_, or a path (or URL) refering to another kustomization _directory_, e.g. ``` -resource: +resources: - myNamespace.yaml - sub-dir/some-deployment.yaml - ../../commonbase