Skip to content

Commit 712eda1

Browse files
committed
make external object updated after validation which upfated oc object
1 parent 7810203 commit 712eda1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/frontend/openshiftcluster_preflightvalidation.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ func (f *frontend) _preflightValidation(ctx context.Context, log *logrus.Entry,
132132
},
133133
}
134134
}
135+
ext := converter.ToExternal(oc)
135136

136137
if err = staticValidator.Static(ext, nil, f.env.Location(), f.env.Domain(), f.env.FeatureIsSet(env.FeatureRequireD2sWorkers), version.InstallArchitectureVersion, resourceID); err != nil {
137138
return api.ValidationResult{

0 commit comments

Comments
 (0)