From 5cac595c25b1802335c005470b3e3ee2ff92ae85 Mon Sep 17 00:00:00 2001 From: Jeremy Facchetti Date: Thu, 14 Apr 2022 20:50:42 +0200 Subject: [PATCH] updated path to quota file (#2058) --- pkg/api/openshiftcluster.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/openshiftcluster.go b/pkg/api/openshiftcluster.go index b6aa897b5f9..7c8636b3ab8 100644 --- a/pkg/api/openshiftcluster.go +++ b/pkg/api/openshiftcluster.go @@ -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"