anchore / anchore-charts

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

fix: updates handling of github token to use a default string instead of null #339

Closed zhill closed 8 months ago

zhill commented 8 months ago

If a user does not set the github token value in the feeds chart, the env var should be an empty string rather than "null" because that causes errors in the configuration validation later when the feeds pod starts.