Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
158435cd
Unverified
Commit
158435cd
authored
Sep 24, 2025
by
Julien Mancuso
Committed by
GitHub
Sep 24, 2025
Browse files
fix: fix operator unit test (#3204)
Signed-off-by:
Julien Mancuso
<
jmancuso@nvidia.com
>
parent
4800d0be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
deploy/cloud/operator/internal/controller/dynamocomponentdeployment_controller_test.go
...l/controller/dynamocomponentdeployment_controller_test.go
+1
-1
No files found.
deploy/cloud/operator/internal/controller/dynamocomponentdeployment_controller_test.go
View file @
158435cd
...
...
@@ -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"
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment