Change path to kubeconfig to match k3s v1.0

This commit is contained in:
Pavel 2020-03-20 18:59:23 +03:00
parent b668c1ec3e
commit b6afa6e9b2
2 changed files with 2 additions and 2 deletions

View File

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

View File

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