Replace configmaps with custom resources
Summary
Instead of shoving json
into a configmap, it's a lot easier to read everything if they were in custom resources. This does not affect functionality from the user perspsective, but it makes it easier for maintainability as an operator.
Testing
I deployed it to the test environment for a week and made sure functionality was still preserved.