Extra args and env#56
Extra args and env#56phlg merged 2 commits intoInseeFrLab:masterfrom FrankFoerster24:extra_args_and_env
Conversation
|
I am really sorry for the delay, working on the s3-operator (be it the operator itself or its Helm chart) has extremely low priority here, so we skimped checking the issues and PRs for the project. Are you still using the project, or did you move to something else (or to your own fork) because of our lack of reply ? If per chance you are still using the chart, would you mind rebasing on top of latest Thank you for the contribution ! |
|
Hi, @phlg, no worries. We are still using it with our own branch. I've rebased, please let me know if that works for you or if you need anything else. Best regards, |
|
That looks great, merging right now ! |
Hi,
this allows one to inject additional arguments and environment variables to the S3 operator deployment. Main use case (for me) is to pass
--useSsl=false, the environment variables are an extra convenience feature without a real use case (yet). Also: linting.Kind regards,
Frank.