konpyutaika / nifikop

The NiFiKop NiFi Kubernetes operator makes it easy to run Apache NiFi on Kubernetes. Apache NiFI is a free, open-source solution that support powerful and scalable directed graphs of data routing, transformation, and system mediation logic.
https://konpyutaika.github.io/nifikop/
Apache License 2.0
122 stars 39 forks source link

certmanager-user: k8sutil: corrects IsAlreadyOwnedError #416

Closed mheers closed 2 months ago

mheers commented 2 months ago
Q A
Bug fix? yes
New feature? no
API breaks? no
Deprecations? no
License Apache 2.0

What's in this PR?

The check, if an error is type of controllerutil.AlreadyOwnedError did not work. This PR fixes it.

Why?

The check, if an error is type of controllerutil.AlreadyOwnedError did not work. This PR fixes it.

Checklist

mh013370 commented 2 months ago

Can you remove the packaged *.tgz helm charts and update the .gitignore to ignore them going forward? :)

mh013370 commented 2 months ago

I rebased this branch to fix the govuln errors.

mheers commented 2 months ago

I also force pushed the branch again that also removed the .tgz files