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`.
This commit is contained in:
2024-01-24 12:00:13 -06:00
parent ad37948fe2
commit 8bb8ed4402

View File

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