Skip to content

Commit

Permalink
Merge pull request #15479 from spowelljr/fixCpusMax
Browse files Browse the repository at this point in the history
Change cpus config field to string to support max value
  • Loading branch information
medyagh authored Dec 8, 2022
2 parents 2853940 + ff95fc7 commit 35732b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/minikube/cmd/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ var settings = []Setting{
},
{
name: "cpus",
set: SetInt,
set: SetString,
validations: []setFn{IsValidCPUs},
callbacks: []setFn{RequiresRestartMsg},
},
Expand Down

0 comments on commit 35732b1

Please sign in to comment.