redhat-cop/namespace-configuration-operator

Failed: OwnNamespace InstallModeType not supported when upgrading to 1.0.0

gforster opened this issue · 2 comments

Getting the following error after cluster upgrade:

Failed: OwnNamespace InstallModeType not supported, cannot configure to watch own namespace

Operator version 1.0.0

please remove the namespace from the operatorgroup. It should look something like this:

apiVersion: operators.coreos.com/v1
kind: OperatorGroup
metadata:
  name: operator-sdk-og
  namespace: namespace-configuration-operator
spec: {}

thank you