anchore / anchore-charts

Helm charts for Anchore tools and services
http://charts.anchore.io
Apache License 2.0
47 stars 72 forks source link

Analyzer and Upgrade Jobs do not have extraVolume or ExtraVolumeMount in values #370

Open gaevans-ebay opened 6 months ago

gaevans-ebay commented 6 months ago

The analzyer and upgrade jobs had an issue in our deployment when changing to using a vault based ecrets in they relied entirely on the global extraVolume and extraVolumeMount parameters for additional volumes including the one set by the vault system. because the vault has a different sub path for anchore enterprise and anchore ui this caused an issue that needed to be resolved, due to the way templates work we can add them manually to the chart as a "stealth variable" but would like it exposed

gaevans-ebay commented 6 months ago

PR https://github.com/anchore/anchore-charts/pull/371 is the fix we came up with, not sure how to get it all sorted and aligned with the stuff here