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:
parent
1f81d61642
commit
58ffdc9bf4
6 changed files with 12 additions and 0 deletions
|
|
@ -14,4 +14,6 @@ spec:
|
|||
creationTimestamp: null
|
||||
name: directus-admin-credentials
|
||||
namespace: directus
|
||||
annotations:
|
||||
argocd.argoproj.io/compare-options: IgnoreExtraneous
|
||||
type: Opaque
|
||||
|
|
|
|||
|
|
@ -13,4 +13,6 @@ spec:
|
|||
creationTimestamp: null
|
||||
name: directus-agent-token
|
||||
namespace: directus
|
||||
annotations:
|
||||
argocd.argoproj.io/compare-options: IgnoreExtraneous
|
||||
type: Opaque
|
||||
|
|
|
|||
|
|
@ -14,4 +14,6 @@ spec:
|
|||
creationTimestamp: null
|
||||
name: directus-app-secrets
|
||||
namespace: directus
|
||||
annotations:
|
||||
argocd.argoproj.io/compare-options: IgnoreExtraneous
|
||||
type: Opaque
|
||||
|
|
|
|||
|
|
@ -14,4 +14,6 @@ spec:
|
|||
creationTimestamp: null
|
||||
name: directus-db-credentials
|
||||
namespace: directus
|
||||
annotations:
|
||||
argocd.argoproj.io/compare-options: IgnoreExtraneous
|
||||
type: Opaque
|
||||
|
|
|
|||
|
|
@ -12,4 +12,6 @@ spec:
|
|||
creationTimestamp: null
|
||||
name: directus-license
|
||||
namespace: directus
|
||||
annotations:
|
||||
argocd.argoproj.io/compare-options: IgnoreExtraneous
|
||||
type: Opaque
|
||||
|
|
|
|||
|
|
@ -15,4 +15,6 @@ spec:
|
|||
creationTimestamp: null
|
||||
name: directus-oidc-secret
|
||||
namespace: directus
|
||||
annotations:
|
||||
argocd.argoproj.io/compare-options: IgnoreExtraneous
|
||||
type: Opaque
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue