Consider deprecating YAML/ConfigMap storage Client
Closed this issue · 1 comments
calvinmclean commented
Description
After merging the changes for #13, the existing YAML storage client becomes obsolete because it can be replaced by the hord
implementation. The ConfigMap, however, is not replaced so it might still make sense to keep it. On the other hand, it could be removed since the redis
option is very easy to use in a K8s environment.
calvinmclean commented
Fixed in PR #112