Skip to content

Commit 6473481

Browse files
committed
fix e2e deployment missing custom env vars
1 parent 8d99af1 commit 6473481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/framework/deployment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ func newDeployment(name, namespace, image string, port int32, replicas int32, co
527527
{
528528
Name: name,
529529
Image: image,
530-
Env: []corev1.EnvVar{},
530+
Env: env,
531531
Ports: []corev1.ContainerPort{
532532
{
533533
Name: "http",

0 commit comments

Comments
 (0)