tmforum-oda / oda-ca

Apache License 2.0
6 stars 8 forks source link

operator: Component operator must use correct API version for k8s resources #71

Closed LesterThomas closed 2 years ago

LesterThomas commented 2 years ago

Description

For the @kopf.on.create('rbac.authorization.k8s.io', 'v1', 'role', retries=5) handlers, you must use the correct API version. At the moment the role, secret, configmap etc are using the apps API instead of the Core API.