blakeblackshear / blakeshome-charts

Repo for helm charts
41 stars 52 forks source link

Fix broken mount of frigate config map #16

Closed brujoand closed 2 years ago

brujoand commented 2 years ago

Turns out the init container which was removed also moved the configmap around. I'm on vacation so I didn't have time to run any testing. Sorry about that. cc @onedr0p

brujoand commented 2 years ago

So the reason I put a WIP on this, is that with this change the config file is correctly placed where it should be. But 'extraSecretForEnvFrom' is no longer working.

Turns out I was using the old field instead of envFromSecrets. So removing the WIP as this now deployes fine.