Flavio Castelli
Flavio Castelli
We should go through all the commands we have and understand which one can be changed to assume the usage of the `registry://` protocol when no protocol is being used....
I would add this one to 1.13, given we're doing quite some cleanups inside of the controller. At least everything will be tested at the same time. What do the...
@jvanz, @viccuad : I've updated golanglint-ci and then fixed all the warnings via 8d936333779b11f9cb2f1314341325b0f3af80a3. Please take a look at the commit description to see the reasons of the changes I've...
**Note:** this cannot be merged until the 1.12 release is done
@jvanz I'm a bit stuck with other tasks, would you be so kind to take this over once your PR about the owner reference is merged? :pray:
@prakrit55 I've created [this new](https://github.com/kubewarden/dotnet-policy-template) repository. You can make a PR against it once you have something ready to be reviewed
If I understand correctly, we could have helm generate a CA and then have helm generate a certificate signed by this CA. By doing that, we would be able to...
Ok, let's make a try with that. Keep in mind that, on top of generating the CA and the certificate, we must also update the `[Validating|Mutating]WebhookConfiguration` created by helm (see...
The Pods that belong to a Policy Server have the label `kubewarden/policy-server` set with the name of the PolicyServer object they are related with. If you want to find all...
I think it would be cool to have a behavior similar to the one of Kubernetes scheduler: * Try to pull a policy, if the pull fails leave the policy...