Add 'extraContainers' parameter. #697
Reference in New Issue
Block a user
No description provided.
Delete Branch "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.yaml
and added to theREADME.md
using 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.yaml
undertemplates:
as shown in the existing deployment unittests.LGTM. Thanks for your contribution. Sorry for the delayed response.