Skip to content

Commit

Permalink
fix(e2e): adapt e2e install to new settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jlevesy committed Sep 19, 2022
1 parent f2e02f8 commit 4528eb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ func installKudo(ctx context.Context, kubeConfigPath string) error {
"--create-namespace",
"--namespace=" + kudoInstallNamespace,
"--set=image.devRef=" + imageRef,
"--set=controller.resyncInterval=5s",
"--set=controller.retryInterval=1s",
"--set=config.controller.resyncInterval=5s",
"--set=config.controller.retryInterval=1s",
"--set=resources.limits.cpu=1",
"--set=resources.requests.cpu=1",
"--wait",
Expand Down

0 comments on commit 4528eb4

Please sign in to comment.