Merge pull request #48 from p-hash/kubeconfig_fix

Change path to kubeconfig to match k3s v1.0
This commit is contained in:
Lucas Servén Marín 2020-03-20 17:22:58 +01:00 committed by GitHub
commit 8bb9600e5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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