Skip to content

Commit

Permalink
ci: fix traefik redirection for v34 chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
juadk committed Jan 15, 2025
1 parent be1ff0c commit 2062f21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/e2e/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ var _ = Describe("E2E - Install a simple application", Label("install-app"), fun
"upgrade", "--install", "traefik", "traefik/traefik",
"--namespace", traefikNS,
"--create-namespace",
"--set", "ports.web.redirectTo.port=websecure",
"--set", "ports.web.redirections.entryPoint.to=websecure",
"--set", "ports.web.redirections.entryPoint.scheme=https",
"--set", "ingressClass.enabled=true",
"--set", "ingressClass.isDefaultClass=true",
"--wait", "--wait-for-jobs",
Expand Down

0 comments on commit 2062f21

Please sign in to comment.