Fix mount syntax for insecure serving w/ none driver

pull/1862/head
Aaron Prindle 2017-08-21 15:47:50 -07:00
parent a9c4e7518e
commit db45c6e0da
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ spec:
- mountPath: /etc/kubernetes/
name: addons
readOnly: true
- mountPath: /var/lib/localkube
- mountPath: /var/lib/localkube/
name: kubeconfig
readOnly: true
volumes: