We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21904f0 commit cbe513dCopy full SHA for cbe513d
test/framework/cluster.go
@@ -487,7 +487,6 @@ func (e *ClusterE2ETest) generateHardwareConfig(opts ...CommandOpt) {
487
}
488
489
func (e *ClusterE2ETest) GenerateClusterConfigForVersion(eksaVersion string, opts ...CommandOpt) {
490
- e.generateClusterConfigObjects(opts...)
491
if eksaVersion != "" {
492
// LicenseToken field was introduced in cluster spec only in release-22
493
// attempting to populate the field for any prior versions would break the api.
@@ -509,6 +508,7 @@ func (e *ClusterE2ETest) GenerateClusterConfigForVersion(eksaVersion string, opt
509
508
510
511
+ e.generateClusterConfigObjects(opts...)
512
e.buildClusterConfigFile()
513
514
0 commit comments