Skip to content

Commit 87dc993

Browse files
authored
Merge pull request #92 from awgreene/fix-operatorcondition-upgradeable
Fix OperatorUpgradeable string
2 parents 15d24f1 + 3e98427 commit 87dc993

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/operators/v1/operatorcondition_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import (
55
)
66

77
const (
8-
// OperatorUpgradeable indicates that the operator is upgradeable
9-
OperatorUpgradeable string = "OperatorUpgradeable"
8+
// Upgradeable indicates that the operator is upgradeable
9+
Upgradeable string = "Upgradeable"
1010
)
1111

1212
// OperatorConditionSpec allows a cluster admin to convey information about the state of an operator to OLM, potentially overriding state reported by the operator.

0 commit comments

Comments
 (0)