Skip to content

Commit d958bf5

Browse files
Merge pull request #318 from ingvagabund/feature-gate-to-cluster-key-4.1
[4.1] Feature gate HC by cluster feature gate object
2 parents 8efa2f5 + 47f2327 commit d958bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/operator/featuresgate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
const (
1010
// MachineAPIFeatureGateName contains a name of the machine API FeatureGate object
11-
MachineAPIFeatureGateName = "machine-api"
11+
MachineAPIFeatureGateName = "cluster"
1212

1313
// FeatureGateMachineHealthCheck contains the name of the MachineHealthCheck feature gate
1414
FeatureGateMachineHealthCheck = "MachineHealthCheck"

0 commit comments

Comments
 (0)