Skip to content

Commit

Permalink
Add back init only (#30226)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinFairise2 authored Oct 17, 2024
1 parent ba41512 commit 63ded02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/new-e2e/pkg/environments/aws/kubernetes/eks.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ func EKSRunFunc(ctx *pulumi.Context, env *environments.Kubernetes, params *Provi
return err
}

if awsEnv.InitOnly() {
return nil
}

var fakeIntake *fakeintakeComp.Fakeintake
if params.fakeintakeOptions != nil {
fakeIntakeOptions := []fakeintake.Option{
Expand Down

0 comments on commit 63ded02

Please sign in to comment.