feat(charts): [kubernetes-manifests] add the first version #20
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR adds a new chart
kubernetes-manifests
that allows packaging together in one bundle a group of manifestsin the case where it is not possible to add these manifests to the main application chart.
You can use this chart when deploying some application Helm package to Kubernetes with Terraform; and the main chart does not support custom resources. This chart allows the packaging of many manifests together and deploy in the same way as the main chart.
Type of change
How Has This Been Tested?
The chart includes a small battery of tests.
Checklist:
Chart.yaml
with a new version number, following Semantic Versioning.CHANGELOG.md
with the new version number and a summary of my changes.By submitting this pull request, I confirm that my contribution is made under the terms of the project's license.