bcgov / helm-charts

5 stars 5 forks source link

Added redisHost and redisPort values #19

Closed joe-taylor closed 2 years ago

joe-taylor commented 2 years ago

To support https://github.com/bcgov/ckan-ui/pull/617, I added redisHost, redisPort, and redisPassword values to the ckan-ui chart.

I also added secretsPath; it's for a coming enhancement related to the previously mentioned ticket. The plan is to add Vault support. This value will be a file system path to a JSON or YAML file (projected by Vault) containing the secrets the bridge needs to operate, to be merged with the config at runtime.