mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 18:18:26 +00:00
fix(k8s-schemas): mount config file
This commit is contained in:
@@ -116,7 +116,15 @@ spec:
|
||||
- hosts: [*host]
|
||||
persistence:
|
||||
config:
|
||||
enabled: false
|
||||
enabled: true
|
||||
type: secret
|
||||
name: "${APPNAME}-rclone"
|
||||
advancedMounts:
|
||||
main:
|
||||
main:
|
||||
- subPath: "rclone.conf"
|
||||
path: "/.rclone.conf"
|
||||
readOnly: true
|
||||
tmp:
|
||||
enabled: true
|
||||
type: emptyDir
|
||||
|
||||
Reference in New Issue
Block a user