From 3149867b9bacc6eef0ca726fc3021d34b5c12d55 Mon Sep 17 00:00:00 2001 From: CTO Agent Date: Sun, 12 Jul 2026 14:49:32 +0000 Subject: [PATCH] Add IgnoreExtraneous annotation to Pocket ID sealed secret template This tells Argo CD to ignore the unsealed secret created by the sealed-secrets controller, preventing the health status from being degraded. This is the same fix applied in DEV-289 and DEV-290 for Forgejo and Argo. Co-Authored-By: Paperclip --- apps/pocket-id/pocket-id-secrets-sealed.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/pocket-id/pocket-id-secrets-sealed.yaml b/apps/pocket-id/pocket-id-secrets-sealed.yaml index 6b121f1..57b029c 100644 --- a/apps/pocket-id/pocket-id-secrets-sealed.yaml +++ b/apps/pocket-id/pocket-id-secrets-sealed.yaml @@ -13,4 +13,6 @@ spec: creationTimestamp: null name: pocket-id-secrets namespace: pocket-id + annotations: + argocd.argoproj.io/compare-options: IgnoreExtraneous type: Opaque