redhat-cop / namespace-configuration-operator

The namespace-configuration-operator helps keeping configurations related to Users, Groups and Namespaces aligned with one of more policies specified as a CRs
Apache License 2.0
204 stars 55 forks source link

Failed: OwnNamespace InstallModeType not supported when upgrading to 1.0.0 #88

Closed gforster closed 3 years ago

gforster commented 3 years ago

Getting the following error after cluster upgrade:

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

Operator version 1.0.0

raffaelespazzoli commented 3 years ago

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: {}
gforster commented 3 years ago

thank you