Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Oren committed Nov 13, 2023
1 parent 7da46c0 commit 2719b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stackit/internal/resources/kubernetes/cluster/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ func (r *Resource) Schema(ctx context.Context, req resource.SchemaRequest, resp
Default: int64default.StaticInt64(DefaultNodepoolMaxSurge),
},
"max_unavailable": schema.Int64Attribute{
Description: "The maximum number of nodes unavailable during upgraded. Defaults to 1",
Description: "The maximum number of nodes unavailable during upgraded. Defaults to 0",
Optional: true,
Computed: true,
Default: int64default.StaticInt64(DefaultNodepoolMaxUnavailable),
Expand Down

0 comments on commit 2719b8a

Please sign in to comment.