I think running version
This commit is contained in:
@@ -40,28 +40,28 @@
|
||||
],
|
||||
"volumes": [
|
||||
{
|
||||
"hostPath": "/home/ccondor/kopia/certs",
|
||||
"hostPath": "/home/${USER}/kopia/certs",
|
||||
"containerPath": "/app/certs",
|
||||
"readOnly": false,
|
||||
"shared": false,
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"hostPath": "/home/ccondor/kopia/config",
|
||||
"hostPath": "/home/${USER}/kopia/config",
|
||||
"containerPath": "/app/config",
|
||||
"readOnly": false,
|
||||
"shared": false,
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"hostPath": "/home/ccondor/kopia/cache",
|
||||
"hostPath": "/home/${USER}/kopia/cache",
|
||||
"containerPath": "/app/cache",
|
||||
"readOnly": false,
|
||||
"shared": false,
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"hostPath": "/home/ccondor/kopia/logs",
|
||||
"hostPath": "/home/${USER}/kopia/logs",
|
||||
"containerPath": "/app/logs",
|
||||
"readOnly": false,
|
||||
"shared": false,
|
||||
@@ -75,8 +75,8 @@
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"hostPath": "/home/ccondor",
|
||||
"containerPath": "/data/ccondor",
|
||||
"hostPath": "/home/${USER}",
|
||||
"containerPath": "/data/${USER}",
|
||||
"readOnly": true,
|
||||
"shared": false,
|
||||
"private": false
|
||||
|
||||
Reference in New Issue
Block a user