Skip to content

Commit

Permalink
default dynamic to false (rancher#1427)
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Trachier <[email protected]>
(cherry picked from commit a021357)
  • Loading branch information
kinarashah authored and matttrach committed Nov 8, 2024
1 parent f25cd9e commit de658cc
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 de658cc

Please sign in to comment.