1
0
Fork 0

xactfetch: Additional mounts for rbw sync

In order to sync the Bitwarden vault, `rbw` needs its configuration file
in `/etc/rbw` and access to writable ephemeral storage at `/tmp`.
etcd
Dustin 2024-01-24 12:00:13 -06:00
parent ad37948fe2
commit 8bb8ed4402
1 changed files with 6 additions and 0 deletions

View File

@ -41,6 +41,12 @@ spec:
securityContext: securityContext:
readOnlyRootFilesystem: true readOnlyRootFilesystem: true
volumeMounts: volumeMounts:
- mountPath: /etc/rbw
name: xactfetch-rbw
readOnly: true
- mountPath: /tmp
name: tmp
subPath: tmp
- mountPath: /var/lib/xactfetch - mountPath: /var/lib/xactfetch
name: xactfetch-data name: xactfetch-data
subPath: data subPath: data