manifests: change the kubeconfig hostPath for k3s

Enhancement: change the kubeconfig hostPath for k3s agent nodes. This makes it easier to install Kilo on k3s as no manual kubeconfig copying is necessary. (#14)
This commit is contained in:
sam 2019-08-14 02:55:15 -04:00 committed by Lucas Servén Marín
parent d385686fa9
commit 5fc13de6cb
2 changed files with 2 additions and 2 deletions

View File

@ -96,4 +96,4 @@ spec:
path: /var/lib/kilo
- name: kubeconfig
hostPath:
path: /etc/rancher/k3s/k3s.yaml
path: /var/lib/rancher/k3s/agent/kubeconfig.yaml

View File

@ -158,4 +158,4 @@ spec:
path: /var/lib/kilo
- name: kubeconfig
hostPath:
path: /etc/rancher/k3s/k3s.yaml
path: /var/lib/rancher/k3s/agent/kubeconfig.yaml