Skip to content

Commit

Permalink
Limit the mounted directory to cluster-autoscaler/
Browse files Browse the repository at this point in the history
  • Loading branch information
kgolab committed Jun 11, 2018
1 parent faa4dc3 commit 9e2fa69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cluster/gce/manifests/cluster-autoscaler.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
{
"name": "srvkube",
"readOnly": true,
"mountPath": "/etc/srv/kubernetes"
"mountPath": "/etc/srv/kubernetes/cluster-autoscaler"
},
{
"name": "logfile",
Expand Down Expand Up @@ -88,7 +88,7 @@
{
"name": "srvkube",
"hostPath": {
"path": "/etc/srv/kubernetes"
"path": "/etc/srv/kubernetes/cluster-autoscaler"
}
},
{
Expand Down

0 comments on commit 9e2fa69

Please sign in to comment.