Right now the kustomize files generated by the operator sdk hard code the namespace. Let's see if we can ideally make that configurable, so that if we made a helm chart from the kustomize output, the namespace could be set when it's installed.
It may make sense to generate a helm chart in this repo as well. We can then use helm to install the operator in a bundle, or with a helm chart variant for installing it on a cloud provider.