Skip to content

Commit

Permalink
Address #292 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
enxebre committed Jun 26, 2020
1 parent 5e56429 commit 8449e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enhancements/machine-api/control-plane.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@ type ControlPlane struct {
// ControlPlaneSpec defines the desired state of ControlPlaneSpec.
type ControlPlaneSpec struct {
// Defaults to true.
// Defaults to false.
// This can be disable for complex scenarios where manual introspection is needed.
EnableNodeAutorepair bool `json:"enableautorepair,omitempty"`
DisableNodeAutoRepair bool `json:"enableautorepair,omitempty"`
// Out of scope.
// EnableAutoscaling
Expand Down

0 comments on commit 8449e62

Please sign in to comment.