Hello,
The chart deployment for Kubernetes works well but i have a question regarding Custom SSL Certificates.
We would like to keep our certificate operator that generates us wildcards certificates as secrets instead of using the already included let’s encrypt operator.
The thing is that because how it is done right now the secrets must be mounted on the scheduler as the check is done in the scheduler’s job.
However the chart let us add volumes and mounts from the bunkerweb pods but not directly on the scheduler.
We can do it manually but this means we will have to change it for all clients when we update the chart to newer versions.
Is there a way to include volum and volume mounts directly in the chart values for the scheduler ?
Sincerely,
Sébastien THOUVENIN