tektoncd / results

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

Results API server should watch configmap #621

Open khrm opened 1 year ago

khrm commented 1 year ago

Expected Behavior

The results API server should have a watcher for the configmap.

Actual Behavior

The results API server doesn't take into account changes done to configmap. We need to delete the API server pod and wait for a restart. This is different from other components' behavior.

khrm commented 1 year ago

/kind feature

sayan-biswas commented 1 year ago

Should also watch secrets, because the DB details and TLS details.

sayan-biswas commented 1 year ago

@khrm IMO this should be broken down in two parts and implemented in different project. For example.