Merge pull request #2438 from apyrgio/feature-components-docs

Kustomize API Proposal: Add an example with components
This commit is contained in:
Jeff Regan
2020-05-18 16:37:45 -07:00
committed by GitHub
2 changed files with 744 additions and 0 deletions

View File

@@ -74,3 +74,5 @@ Multi Variant Examples
Alice and Bob.
* [multibases](multibases/README.md) - Composing three variants (dev, staging, production) with a common base.
* [components](components.md) - Compose three variants (community, enterprise, dev) with a common base, by reusing configuration between them.