Skip to content

Commit

Permalink
updated path to quota file (#2058)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Facchetti authored Apr 14, 2022
1 parent afa5209 commit 5cac595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/openshiftcluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ type MasterProfile struct {
type VMSize string

// VMSize constants
// add required resources in pkg/api/validate/quota.go when adding a new VMSize
// add required resources in pkg/api/validate/dynamic/quota.go when adding a new VMSize
const (
VMSizeStandardD2sV3 VMSize = "Standard_D2s_v3"

Expand Down

0 comments on commit 5cac595

Please sign in to comment.