From 2f511f56332552f7c31602be60921b289dd8607c Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Sat, 4 Apr 2026 08:31:37 +0800 Subject: [PATCH] fix(gitops): retry postgresql tls sync every minute --- services/platform/postgresql-tls-sync/postgresql-tls-sync.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/platform/postgresql-tls-sync/postgresql-tls-sync.yaml b/services/platform/postgresql-tls-sync/postgresql-tls-sync.yaml index c1018c3..caed2fc 100644 --- a/services/platform/postgresql-tls-sync/postgresql-tls-sync.yaml +++ b/services/platform/postgresql-tls-sync/postgresql-tls-sync.yaml @@ -100,7 +100,7 @@ metadata: name: postgresql-tls-sync namespace: platform spec: - schedule: "*/5 * * * *" + schedule: "* * * * *" concurrencyPolicy: Forbid jobTemplate: spec: