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:
parent
2cdbd04848
commit
3149867b9b
1 changed files with 2 additions and 0 deletions
|
|
@ -13,4 +13,6 @@ spec:
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
name: pocket-id-secrets
|
name: pocket-id-secrets
|
||||||
namespace: pocket-id
|
namespace: pocket-id
|
||||||
|
annotations:
|
||||||
|
argocd.argoproj.io/compare-options: IgnoreExtraneous
|
||||||
type: Opaque
|
type: Opaque
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue