Add External Secrets Operator with 1Password Connect (#66) #66
1 changed files with 1 additions and 1 deletions
Use Merge creationPolicy for safer secret migration
Merge allows ESO to take over an existing secret without requiring deletion first, preventing service disruption. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
commit
4f335abb56
|
|
@ -17,7 +17,7 @@ spec:
|
|||
name: onepassword-blumeops
|
||||
target:
|
||||
name: devpi-root
|
||||
creationPolicy: Owner
|
||||
creationPolicy: Merge # Merge into existing secret for safe migration
|
||||
data:
|
||||
- secretKey: password
|
||||
remoteRef:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue