From 6f85d034c7a7a054f8daa65521b30d7d86d88c9b Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Fri, 22 May 2020 08:39:56 +0000 Subject: [PATCH] Minor fixes for Kustomize components KEP Fix some issues that were detect by the CI tests. --- keps/sig-cli/1802-kustomize-components.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/keps/sig-cli/1802-kustomize-components.md b/keps/sig-cli/1802-kustomize-components.md index 1f7db2f83b1..5c4ac7192f0 100644 --- a/keps/sig-cli/1802-kustomize-components.md +++ b/keps/sig-cli/1802-kustomize-components.md @@ -6,7 +6,7 @@ authors: - "@pgpx" owning-sig: sig-cli participating-sigs: - - n/a + - sig-cli reviewers: - n/a approvers: @@ -37,6 +37,7 @@ superseded-by: - [Design Details](#design-details) - [Test Plan](#test-plan) - [Graduation Criteria](#graduation-criteria) + - [Alpha -> Beta](#alpha---beta) - [Implementation History](#implementation-history) - [Alternatives](#alternatives) @@ -161,7 +162,7 @@ kind: Component In order to use a component, the user can refer to it in their `kustomization.yaml` via the `components` field: -```yaml: +```yaml apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization @@ -577,7 +578,7 @@ and giving child components their parent's RA instead of an empty RA. This minimizes the amount of code changed to simplify review, but a slightly more extensive refactoring is recommended. -Additionaly, we add some checks to ensure that Kustomizations and normal +Additionally, we add some checks to ensure that Kustomizations and normal files are not added to the `components:` list and Components are not added to `resources:`.