Skip to content

Commit

Permalink
Remove conflicts with on node_config and enable_autopilot (#4894)
Browse files Browse the repository at this point in the history
  • Loading branch information
slevenick authored Jun 18, 2021
1 parent 419ede9 commit b9a2451
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ func clusterSchemaNodeConfig() *schema.Schema {
changeFieldSchemaToForceNew(sch)
}
}
// Autopilot is only applicable for container cluster
nodeConfigSch.ConflictsWith = []string{"enable_autopilot"}
return nodeConfigSch
}

Expand Down

0 comments on commit b9a2451

Please sign in to comment.