You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checking feature-flags shouldn't be a costly operation. We could use a ConfigMap watcher to do this. There's code demonstrating configmap watching in pipelines already.
Actual Behavior
Each feature-flag lookup is a call to the kubernetes API for the flag value.
The text was updated successfully, but these errors were encountered:
ghost
added
the
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
label
Feb 27, 2020
Expected Behavior
Checking feature-flags shouldn't be a costly operation. We could use a ConfigMap watcher to do this. There's code demonstrating configmap watching in pipelines already.
Actual Behavior
Each feature-flag lookup is a call to the kubernetes API for the flag value.
The text was updated successfully, but these errors were encountered: