Add explicit ExternalSecret defaults for SSA sync parity
The external-secrets webhook injects conversionStrategy, decodingStrategy, and metadataPolicy defaults on admission. Declaring them explicitly prevents ArgoCD SSA from flagging the resource as OutOfSync. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
db561c6b0e
commit
fb83c5c577
2 changed files with 4 additions and 0 deletions
|
|
@ -26,5 +26,8 @@ spec:
|
|||
data:
|
||||
- secretKey: privateKey
|
||||
remoteRef:
|
||||
conversionStrategy: Default
|
||||
decodingStrategy: None
|
||||
key: argocd-forge-ssh-key
|
||||
metadataPolicy: None
|
||||
property: private-key-openssh
|
||||
|
|
|
|||
1
docs/changelog.d/main.infra.md
Normal file
1
docs/changelog.d/main.infra.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Add explicit ExternalSecret defaults for SSA sync parity with ArgoCD v3.3
|
||||
Loading…
Add table
Add a link
Reference in a new issue