anchore / anchore-charts

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

use empty array for these values #411

Closed bdelvecchio closed 1 week ago

bdelvecchio commented 1 week ago

I got the following error when applying the helm chart:

│ Error: execution error at (enterprise/templates/simplequeue_deployment.yaml:21:39): anchoreConfig.policy_engine.vulnerabilities.matching.exclude.providers is required

Changing the default value from null to [] (Empty array) fixes the issue.

bdelvecchio commented 1 week ago

closing as duplicate of #410