operator-framework / kubectl-operator

Manage Kubernetes Operators from the command line
https://operatorframework.io/
Apache License 2.0
128 stars 37 forks source link

remove bundle injection, make golangci-lint config consistent #145

Closed joelanford closed 5 months ago

joelanford commented 5 months ago

The primary purpose of this PR is to make the golangci-lint config consistent across repo.

One issue that turned up was around complexity with some code related to injecting bundles via the old sqlite dynamic pod injection technique. Rather than spending the time making that code less complex, I removed it. That's because we've moved on to FBC catalogs and that code is obsolete. It's flags have also always been hidden, so there is little risk of breakage.