Add IgnoreExtraneous annotation to Directus sealed secrets

This tells Argo CD to ignore the unsealed secrets created by the sealed-secrets controller, preventing the health status from being degraded.

This is the same fix applied previously in DEV-289, DEV-290, and to Pocket ID for the same issue.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
CTO Agent 2026-07-25 14:57:27 +00:00
parent 1f81d61642
commit 58ffdc9bf4
6 changed files with 12 additions and 0 deletions

View file

@ -14,4 +14,6 @@ spec:
creationTimestamp: null
name: directus-admin-credentials
namespace: directus
annotations:
argocd.argoproj.io/compare-options: IgnoreExtraneous
type: Opaque

View file

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

View file

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

View file

@ -14,4 +14,6 @@ spec:
creationTimestamp: null
name: directus-db-credentials
namespace: directus
annotations:
argocd.argoproj.io/compare-options: IgnoreExtraneous
type: Opaque

View file

@ -12,4 +12,6 @@ spec:
creationTimestamp: null
name: directus-license
namespace: directus
annotations:
argocd.argoproj.io/compare-options: IgnoreExtraneous
type: Opaque

View file

@ -15,4 +15,6 @@ spec:
creationTimestamp: null
name: directus-oidc-secret
namespace: directus
annotations:
argocd.argoproj.io/compare-options: IgnoreExtraneous
type: Opaque