1
0
Fork 0

xactfetch: Sync vault before running

The Bitwarden vault needs to be synced before *xactfetch* runs, in case
the password for a bank website has changed since it was first fetched.
dch-webhooks-secrets
Dustin 2024-01-22 17:16:46 -06:00
parent 2f9d8ad618
commit 0e20952740
1 changed files with 11 additions and 0 deletions

View File

@ -33,6 +33,17 @@ spec:
readOnlyRootFilesystem: true readOnlyRootFilesystem: true
runAsGroup: 999 runAsGroup: 999
runAsUser: 999 runAsUser: 999
- name: sync
image: git.pyrocufflink.net/packages/xactfetch
command:
- rbw
- sync
securityContext:
readOnlyRootFilesystem: true
volumeMounts:
- mountPath: /var/lib/xactfetch
name: xactfetch-data
subPath: data
containers: containers:
- name: xactfetch - name: xactfetch
image: git.pyrocufflink.net/packages/xactfetch image: git.pyrocufflink.net/packages/xactfetch