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
parent
2f9d8ad618
commit
0e20952740
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue