Skip to content

Commit

Permalink
default dynamic to false (#1427)
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Trachier <[email protected]>
  • Loading branch information
kinarashah and matttrach authored Nov 8, 2024
1 parent ec8022d commit a021357
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rancher2/schema_cluster_v2_rke_config_files.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ func clusterV2RKEConfigKeyToPathFields() map[string]*schema.Schema {
"dynamic": {
Type: schema.TypeBool,
Optional: true,
Default: true,
Description: "If ture, the file is ignored when determining whether the node should be drained before updating the node plan (default: true).",
},
"permissions": {
Expand Down

0 comments on commit a021357

Please sign in to comment.