Mortom123 opened a new pull request, #428: URL: https://github.com/apache/pulsar-helm-chart/pull/428
Implements #425 ### Motivation As described in the PR some cluster providers are a little bit more "strict" regarding their deployed containers and the resources they are allowed to use. This patch introduces resources to all init containers together with a corresponding section in `values.yaml` ### Modifications `values.yaml` now has a new section `initContainer_resources` where each init container type is listed by name and describes the resources it is allowed to use. I also addedd a blank `resources` section to `pulsar_metadata` because the currently existing template uses this attribute, however there was no sign of it in `values.yaml` which is unintuitive. ### Verifying this change - [ ] Make sure that the change passes the CI checks. (I don't know how, but lemme know how so I can run the checks) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
