Is your feature request related to a problem? Please describe.
The config.yaml is hardcoded into the docker container. This is fine, but the helm chart needs a way to override this config file.
Describe the solution you'd like
Option to mount an externally provided config file. I think most options are available as environment variable overrides, but the athens process does not log its config. It's unclear what the current settings are from the combination of config file and env variable overrides.
Describe alternatives you've considered
A long list of helm values to override all settings inside the container. nginx does this https://github.com/helm/charts/tree/master/stable/nginx-ingress#configuration
Additional context
Is your feature request related to a problem? Please describe.
The config.yaml is hardcoded into the docker container. This is fine, but the helm chart needs a way to override this config file.
Describe the solution you'd like
Option to mount an externally provided config file. I think most options are available as environment variable overrides, but the athens process does not log its config. It's unclear what the current settings are from the combination of config file and env variable overrides.
Describe alternatives you've considered
A long list of helm values to override all settings inside the container. nginx does this https://github.com/helm/charts/tree/master/stable/nginx-ingress#configuration
Additional context