helm: fix serviceAccountName and extraVolumes#934
helm: fix serviceAccountName and extraVolumes#934burningalchemist merged 2 commits intoburningalchemist:masterfrom
Conversation
Signed-off-by: Martin Oemus <martin.oemus@seco.com>
|
@medarion Could you please bump up the version in |
Signed-off-by: Martin Oemus <martin.oemus@seco.com>
Yes, of course, I changed the description.
I did, but I had to run it without the |
|
@medarion thanks for the fix! 🚀 |
|
Yes, my PR fixed the service account issue. I believe this is the same fix, which I assume is similar to the extraVolume issue. I will check for conflicting changes. Thank you |
#924 introduced some regressions in the Helm chart:
.Values.serviceAccount.createasfalse.Values.extraVolumeswas providedThis PR fixes the Helm chart and also makes the behaviour of the service account creation reflect what the docs state: previously it would always create the
sql-exporterservice account. Now it will use the name as specificed in the Helm release.I'm aware this changes current behaviour, but considering that until now supplying serviceAccount.create=true together with serviceAccount.name did not have any effect, I would consider that a bug fix, rather than a breaking change 🤔