✨ (extraManifests) added extraManifests to deploy extra resources #281
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.
Simply pasting another PR template as another project I'm using,
Why This PR?
Added extraManifests to all charts values.yaml.
I (and probably others) need the possibility to add extra resources related to the project such as a KEDA ScaledObject (e.g.: off-hours scaling).
Fixes #
None, but I could create the issue.
Changes
Changes proposed in this pull request:
Introducting extraManifests to all values.yaml, which template is called extra-manifests.yaml
Checklist:
[X] I have updated the chart version in Chart.yaml following Semantic Versioning.
[X] Any new values are backwards compatible and/or have sensible default.
[X] Any new values have been added to the README for the Chart, or helm-docs --sort-values-order=file has been run for the charts that support it.
[X] Added test to e2e with a dummy configmap.