SUSE / catapult

SCF and KubeCF CI implementation
Apache License 2.0
15 stars 9 forks source link

Add deletion of cf-operator webhook to kubecf-clean target #309

Closed viccuad closed 3 years ago

svollath commented 3 years ago

According to https://github.com/cloudfoundry-incubator/quarks-operator/issues/1196 we do need to clean cf-operator-hook-<cf-operator-namespace> for:

validatingwebhookconfigurations.admissionregistration.k8s.io, and mutatingwebhookconfigurations.admissionregistration.k8s.io

Guess it would also be fine to delete any webhook for both, since multiple operators aren't supported anyhow ...

viccuad commented 3 years ago

Thanks! I've added a deletion for the mutatingwebhookconfigurations.admissionregistration.k8s.io too.