Skip to content

Commit

Permalink
remove default value for drain_timeout_in_minutes for 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephybun committed May 30, 2024
1 parent c4d07c9 commit bb5bbf9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,6 @@ func upgradeSettingsSchema() *pluginsdk.Schema {
"drain_timeout_in_minutes": {
Type: pluginsdk.TypeInt,
Optional: true,
Default: 30,
},
"node_soak_duration_in_minutes": {
Type: pluginsdk.TypeInt,
Expand Down

0 comments on commit bb5bbf9

Please sign in to comment.