Whilst implementing integration with Vaultwarden I noticed that the local vault was not being updated. I had to add "force=true" to the sync api call for it to work as expected. Signed-off-by: Gary Hodgson <gary.s.hodgson@gmail.com>
@@ -50,7 +50,7 @@ spec:
command:
- wget
- -q
- - http://127.0.0.1:8087/sync
+ - http://127.0.0.1:8087/sync?force=true
- --post-data=''
initialDelaySeconds: 20
failureThreshold: 3