Skip to content

Commit

Permalink
Minor fixes for Kustomize components KEP
Browse files Browse the repository at this point in the history
Fix some issues that were detect by the CI tests.
  • Loading branch information
apyrgio committed May 22, 2020
1 parent 35e9662 commit 366f623
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions keps/sig-cli/1802-kustomize-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors:
- "@pgpx"
owning-sig: sig-cli
participating-sigs:
- n/a
- sig-cli
reviewers:
- n/a
approvers:
Expand Down Expand Up @@ -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)
<!-- /toc -->
Expand Down Expand Up @@ -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:`.

Expand Down

0 comments on commit 366f623

Please sign in to comment.