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