Limit the mounted directory to cluster-autoscaler/

pull/8/head
Karol Gołąb 2018-06-11 18:52:03 +02:00
parent faa4dc39c4
commit 9e2fa69d20
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@
{
"name": "srvkube",
"readOnly": true,
"mountPath": "/etc/srv/kubernetes"
"mountPath": "/etc/srv/kubernetes/cluster-autoscaler"
},
{
"name": "logfile",
@ -88,7 +88,7 @@
{
"name": "srvkube",
"hostPath": {
"path": "/etc/srv/kubernetes"
"path": "/etc/srv/kubernetes/cluster-autoscaler"
}
},
{