We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 923ff4e commit b990f59Copy full SHA for b990f59
1 file changed
internal/operators/osc/operator.go
@@ -58,7 +58,7 @@ func (o *operator) GetDependencies(cluster *common.Cluster) []string {
58
}
59
60
func (o *operator) GetDependenciesFeatureSupportID() []models.FeatureSupportLevelID {
61
- return nil
+ return []models.FeatureSupportLevelID{models.FeatureSupportLevelIDNODEFEATUREDISCOVERY}
62
63
64
// GetClusterValidationIDs returns cluster validation IDs for the Operator
0 commit comments