Add --configmaps-secret option to the operator#1394
Add --configmaps-secret option to the operator#1394frankwg wants to merge 1 commit intoAltinity:0.24.0from
Conversation
|
Thank you @frankwg for this contribution. The use case is valid — OLM/OCP deployments need a way to bootstrap the operator's ConfigMaps and Secret before the main container starts, and the initContainer approach is a reasonable pattern for that. However, we are putting this PR on hold for now for the following reasons:
We'd welcome a rebased version of this PR against the current |
This PR makes OLM based deployment can also use configmaps and secret to host those configurations.
Thanks for taking the time to contribute to
clickhouse-operator!Please, read carefully instructions on how to make a Pull Request.
This will help a lot for maintainers to adopt your Pull Request.
Important items to consider before making a Pull Request
Please check items PR complies to:
next-releasebranch, not intomasterbranch1. More info--
1 If you feel your PR does not affect any Go-code or any testable functionality (for example, PR contains docs only or supplementary materials), PR can be made into
masterbranch, but it has to be confirmed by project's maintainer.