Skip to content

Commit

Permalink
Cherry-pick e2e tests extensions (#4359)
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Hauth <[email protected]>
andriisoldatenko and StefanHauth authored Jan 28, 2025
1 parent 75bb367 commit dfba3bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/features/extensions/extensions.go
Original file line number Diff line number Diff line change
@@ -30,10 +30,11 @@ func Feature(t *testing.T) features.Feature {

options := []componentDynakube.Option{
componentDynakube.WithApiUrl(secretConfig.ApiUrl),
componentDynakube.WithActiveGateTLSSecret(consts.AgSecretName),
componentDynakube.WithCustomPullSecret(consts.DevRegistryPullSecretName),
componentDynakube.WithExtensionsEnabledSpec(true),
componentDynakube.WithExtensionsEECImageRefSpec(consts.EecImageRepo, consts.EecImageTag),
componentDynakube.WithActiveGate(),
componentDynakube.WithActiveGateTLSSecret(consts.AgSecretName),
}

testDynakube := *componentDynakube.New(options...)

0 comments on commit dfba3bb

Please sign in to comment.