File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -299,6 +299,7 @@ public static IResourceBuilder<T> WithSurrealist<T>(
299
299
. WithImageRegistry ( SurrealDbContainerImageTags . SurrealistRegistry )
300
300
. WithHttpEndpoint ( targetPort : 8080 , name : "http" )
301
301
. WithBindMount ( Path . GetTempFileName ( ) , CONNECTIONS_FILE_PATH )
302
+ . WithRelationship ( builder . Resource , "Surrealist" )
302
303
. ExcludeFromManifest ( ) ;
303
304
304
305
builder . ApplicationBuilder . Eventing . Subscribe < AfterEndpointsAllocatedEvent > ( ( e , ct ) =>
@@ -398,9 +399,6 @@ public static IResourceBuilder<T> WithSurrealist<T>(
398
399
399
400
configureContainer ? . Invoke ( surrealistContainerBuilder ) ;
400
401
401
- // TODO : missing
402
- //surrealistContainerBuilder.WithRelationship(builder.Resource, "Surrealist");
403
-
404
402
return builder ;
405
403
}
406
404
}
You can’t perform that action at this time.
0 commit comments