From b7e9ef7a169a3ae46e0f34dc13b3b0983cc37ca5 Mon Sep 17 00:00:00 2001 From: furyhawk Date: Tue, 28 Apr 2026 14:36:58 +0800 Subject: [PATCH] fix: correct formatting of depends_on condition for rustfs_perms service Co-authored-by: Copilot --- swarm/services.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swarm/services.yml b/swarm/services.yml index 4123336..c14e087 100644 --- a/swarm/services.yml +++ b/swarm/services.yml @@ -156,8 +156,8 @@ services: retries: 3 start_period: 40s depends_on: - - rustfs_perms: - condition: service_completed_successfully + rustfs_perms: + condition: service_completed_successfully # otel-collector: # condition: service_started # required: false