vectordotdev / helm-charts

Helm charts for Vector.
https://vector.dev
Mozilla Public License 2.0
104 stars 90 forks source link

fix: extraVolumeMounts #243

Closed AvihaiSam closed 1 year ago

AvihaiSam commented 1 year ago

extraVolumeMounts should be located before extraContainers otherwise, if extraContainers is not null, yaml is not valid and extraVolumeMounts is impossible to use.

spencergilbert commented 1 year ago

Thanks for catching that @AvihaiSam! I've included an additional test in CI to ensure this doesn't regress.