Merge pull request #48 from p-hash/kubeconfig_fix
Change path to kubeconfig to match k3s v1.0
This commit is contained in:
commit
8bb9600e5e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user