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>(
299299 . WithImageRegistry ( SurrealDbContainerImageTags . SurrealistRegistry )
300300 . WithHttpEndpoint ( targetPort : 8080 , name : "http" )
301301 . WithBindMount ( Path . GetTempFileName ( ) , CONNECTIONS_FILE_PATH )
302+ . WithRelationship ( builder . Resource , "Surrealist" )
302303 . ExcludeFromManifest ( ) ;
303304
304305 builder . ApplicationBuilder . Eventing . Subscribe < AfterEndpointsAllocatedEvent > ( ( e , ct ) =>
@@ -398,9 +399,6 @@ public static IResourceBuilder<T> WithSurrealist<T>(
398399
399400 configureContainer ? . Invoke ( surrealistContainerBuilder ) ;
400401
401- // TODO : missing
402- //surrealistContainerBuilder.WithRelationship(builder.Resource, "Surrealist");
403-
404402 return builder ;
405403 }
406404}
You can’t perform that action at this time.
0 commit comments