Charles-Edouard Brétéché
Charles-Edouard Brétéché
There should be two keys, kyverno probably can't create the ca bundle. Can you look at the webhook ? You should see something like this: ``` Webhooks: Admission Review Versions:...
True about the label.
Ok, you can probably fix this by deleting both secrets, kyverno should recreate them. If you do so, please make sure they are both `tls` secrets.
I am not sure the secret type can be changed after creation, maybe kyverno just fails continuously creating/updating the secret.
Neither `name` or `names` seem to work for me 🤔
I think the problem is that we are considering only the resource `name`, but in this case `generateName` is used.
@yimikao I wanted to assign it to you (for some reason it doesn't work 🤔)
We are now using metadata informers in a couple of places in the code. We also have optimized code for watching resources in background scan. Next step is to split...
@JimBugwadia will you have time look at it ?
I will take a look.