From 9a3a640cce03d0e6438857f750d579d80ebf02c8 Mon Sep 17 00:00:00 2001 From: furyhawk Date: Tue, 28 Apr 2026 14:31:22 +0800 Subject: [PATCH] fix: correct formatting of depends_on condition for rustfs_perms service --- swarm/services.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swarm/services.yml b/swarm/services.yml index c14e087..4123336 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