Add 'extraContainers' parameter. #697
Reference in New Issue
Block a user
No description provided.
Delete Branch "rossigee/helm-chart:sidecar-containers"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Allows the user to run their own sidecar containers.
Description of the change
Adds an 'extraContainers' parameter.
Benefits
Users will be able to run sidecar containers as required by their environment.
Possible drawbacks
N/A
Applicable issues
Checklist
values.yamland added to theREADME.mdusing readme-generator-for-helmThanks for contributing!
Could you add some tests following the existing ones (via
helm-unittests)?(I guess we should finally add this to the PR template).
ping @rossigee
@pat-s - I'm not familiar with
helm-unittests. I've added a test, but if I try to run it manually...The existing tests also fail with a similar error message, so I assume it's something I have/haven't done locally.
@rossigee Try adding
- templates/gitea/config.yamlundertemplates:as shown in the existing deployment unittests.postgresql-ha(#704) 2169f9ebb1LGTM. Thanks for your contribution. Sorry for the delayed response.