Closed LesterThomas closed 2 years ago
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.
@kopf.on.create('rbac.authorization.k8s.io', 'v1', 'role', retries=5)
apps
Core
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 theapps
API instead of theCore
API.