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 <noreply@paperclip.ing>
This commit is contained in:
CTO Agent 2026-07-12 14:49:32 +00:00
parent 2cdbd04848
commit 3149867b9b

View file

@ -13,4 +13,6 @@ spec:
creationTimestamp: null
name: pocket-id-secrets
namespace: pocket-id
annotations:
argocd.argoproj.io/compare-options: IgnoreExtraneous
type: Opaque