Skip to content

Commit b990f59

Browse files
committed
NO-ISSUE: Fix OSC featureSupportID dependency
1 parent 923ff4e commit b990f59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/operators/osc/operator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func (o *operator) GetDependencies(cluster *common.Cluster) []string {
5858
}
5959

6060
func (o *operator) GetDependenciesFeatureSupportID() []models.FeatureSupportLevelID {
61-
return nil
61+
return []models.FeatureSupportLevelID{models.FeatureSupportLevelIDNODEFEATUREDISCOVERY}
6262
}
6363

6464
// GetClusterValidationIDs returns cluster validation IDs for the Operator

0 commit comments

Comments
 (0)