diff --git a/install/0000_00_cluster-version-operator_01_clusteroperator.crd.yaml b/install/0000_00_cluster-version-operator_01_clusteroperator.crd.yaml index 1d12da7b18..ea4026ca86 100644 --- a/install/0000_00_cluster-version-operator_01_clusteroperator.crd.yaml +++ b/install/0000_00_cluster-version-operator_01_clusteroperator.crd.yaml @@ -16,9 +16,9 @@ spec: description: Whether the operator is processing changes. name: Progressing type: string - - JSONPath: .status.conditions[?(@.type=="Failing")].status - description: Whether the operator is failing changes. - name: Failing + - JSONPath: .status.conditions[?(@.type=="Degraded")].status + description: Whether the operator is degraded. + name: Degraded type: string - JSONPath: .status.conditions[?(@.type=="Available")].lastTransitionTime description: The time the operator's Available status last changed.