concourse / concourse-chart

Helm chart to install Concourse
Apache License 2.0
143 stars 176 forks source link

required to provide password for influxdb metrics #245

Open jmccann opened 3 years ago

jmccann commented 3 years ago

Currently this chart requires providing an influxdb password if concourse.web.influxdb.enabled = true

However, you can use influxdb as a metrics store w/o a password. So a password should not be required.

jmccann commented 3 years ago

Seems if you put in a blank secret, e.g. influxdb-password: '', then blank CONCOURSE_INFLUXDB_PASSWORD is set and it seems to work fine.