Add ExternalSecret default fields to prevent ArgoCD drift
The external-secrets operator adds conversionStrategy, decodingStrategy, and metadataPolicy defaults to the live object, causing perpetual OutOfSync in ArgoCD. Declare them explicitly to match. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
405fc59c12
commit
7bddc78c8a
1 changed files with 3 additions and 0 deletions
|
|
@ -24,5 +24,8 @@ spec:
|
|||
data:
|
||||
- secretKey: client-secret
|
||||
remoteRef:
|
||||
conversionStrategy: Default
|
||||
decodingStrategy: None
|
||||
key: "Authentik (blumeops)"
|
||||
metadataPolicy: None
|
||||
property: argocd-client-secret
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue