RocketChat / helm-charts

Repository for RocketChat helm charts
36 stars 67 forks source link

5.4.3 Unable to use mongodb.auth.existingSecret #104

Open solune opened 1 year ago

solune commented 1 year ago

In this block https://github.com/RocketChat/helm-charts/blob/f095a497d17f5f34fb441a49076536456fb0279e/rocketchat/templates/_helpers.tpl#L70C1-L83C11 you don't manage the use of existingSecret containing credentials instead of write them in clear format.

Can you modify helper to support existingSecret ? Thanks