Skip to content

Commit 2770864

Browse files
committed
Update Webhook Installation Failure to be generic
1 parent 9e1a817 commit 2770864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/operators/v1alpha1/clusterserviceversion_types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ const (
365365
CSVReasonInterOperatorGroupOwnerConflict ConditionReason = "InterOperatorGroupOwnerConflict"
366366
CSVReasonCannotModifyStaticOperatorGroupProvidedAPIs ConditionReason = "CannotModifyStaticOperatorGroupProvidedAPIs"
367367
CSVReasonDetectedClusterChange ConditionReason = "DetectedClusterChange"
368-
CSVReasonUnsupportedWebhookRules ConditionReason = "UnsupportedWebhookRules"
368+
CSVReasonInvalidWebhookDescription ConditionReason = "InvalidWebhookDescription"
369369
)
370370

371371
// HasCaResources returns true if the CSV has owned APIServices or Webhooks.

0 commit comments

Comments
 (0)