calvinmclean/automated-garden

Consider deprecating YAML/ConfigMap storage Client

Closed this issue · 1 comments

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.

Fixed in PR #112