fix e2e deployment missing custom env vars

This commit is contained in:
Chotiwat Chawannakul 2024-02-15 17:51:53 -08:00
parent 8d99af1872
commit 6473481c85

View file

@ -527,7 +527,7 @@ func newDeployment(name, namespace, image string, port int32, replicas int32, co
{
Name: name,
Image: image,
Env: []corev1.EnvVar{},
Env: env,
Ports: []corev1.ContainerPort{
{
Name: "http",