From c81a9b7704d7cbbe826782723a067384b57719f8 Mon Sep 17 00:00:00 2001 From: Hermes Agent service account Date: Fri, 5 Jun 2026 18:39:59 -0500 Subject: [PATCH] fix(couchdb): remove invalid syncWaves from Application spec --- cluster/applications/couchdb/application.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cluster/applications/couchdb/application.yaml b/cluster/applications/couchdb/application.yaml index a45b60e..f01cce2 100644 --- a/cluster/applications/couchdb/application.yaml +++ b/cluster/applications/couchdb/application.yaml @@ -39,7 +39,3 @@ spec: syncOptions: - CreateNamespace=true - ApplyOutOfSyncOnly=true - syncWaves: - - order: 0 # Namespace first - - order: 1 # ExternalSecret second - - order: 2 # Helm chart last