fix e2e deployment missing custom env vars
This commit is contained in:
parent
8d99af1872
commit
6473481c85
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue