Unverified Commit 158435cd authored by Julien Mancuso's avatar Julien Mancuso Committed by GitHub
Browse files

fix: fix operator unit test (#3204)


Signed-off-by: default avatarJulien Mancuso <jmancuso@nvidia.com>
parent 4800d0be
......@@ -920,7 +920,7 @@ func TestDynamoComponentDeploymentReconciler_generateLeaderWorkerSet(t *testing.
Name: "main",
Image: "test-image:latest",
Command: []string{"sh", "-c"},
Args: []string{"ray start --address=${LWS_LEADER_ADDRESS}:6379 --block"},
Args: []string{"ray start --address=$(LWS_LEADER_ADDRESS):6379 --block"},
Env: []corev1.EnvVar{
{Name: "DYN_NAMESPACE", Value: "default"},
{Name: "DYN_PARENT_DGD_K8S_NAME", Value: "test-lws-deploy"},
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment