This is my personal gitlab instance. Feel free to browse my stuff: https://gitlab.greeson.xyz/users/highsaltlevels/projects

Replace configmaps with custom resources

David Greeson requested to merge custom-resource into main

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.

Merge request reports