contour-operator
contour-operator copied to clipboard
Update ensure funcs to compare/update resources.
Please describe the problem you have
Currently ensureFoo() funcs simply skip updating a resource if it exists. These funcs should compare the found resource to the desired resource and update said resource if current != desired.
Most child resources already have update logic. Only the RBAC functions lack update logic. Handling updates for RBAC resources would be a nice-to-have but not required for v1alpha1.