tektoncd / results

Long term storage of execution results.
Apache License 2.0
78 stars 74 forks source link

Shouldn't set DB_HOST and DB_NAME in Env Variable of release manifest #607

Closed khrm closed 9 months ago

khrm commented 1 year ago

Expected Behavior

The user should be able to configure via configmap

Actual Behavior

The configmap values don't have don't change the results db or name. These values should come from the config map, not the environment variable so the enduser/operator just need configure the configmap instead of an environment variable.

Steps to Reproduce the Problem

1. 2. 3.

Additional Info

khrm commented 1 year ago

/assign @khrm