diff --git a/pkg/operators/v1/operatorcondition_types.go b/pkg/operators/v1/operatorcondition_types.go index 6c06b18a2..500d578ce 100644 --- a/pkg/operators/v1/operatorcondition_types.go +++ b/pkg/operators/v1/operatorcondition_types.go @@ -5,8 +5,8 @@ import ( ) const ( - // OperatorUpgradeable indicates that the operator is upgradeable - OperatorUpgradeable string = "OperatorUpgradeable" + // Upgradeable indicates that the operator is upgradeable + Upgradeable string = "Upgradeable" ) // OperatorConditionSpec allows a cluster admin to convey information about the state of an operator to OLM, potentially overriding state reported by the operator.