Creating roles with Keycloak Operator

Can someone provide advice on how to create realm roles (or client) using Keycloak Operator CRDs? I can successfully assign users to existing roles with the KeycloakUser CRD but can’t see any method to add roles to a realm. Any advice?

Thanks,
Eric

anyone? This should be quite simple

This wasn’t available in 12.0.0 when I originally asked but works now in 13.0.x. You can now add entries to spec.realm.roles.realm in a KeycloakRealm. I think only name is required.