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
parent
ad37948fe2
commit
8bb8ed4402
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue