fix(core): update

This commit is contained in:
2020-01-19 11:57:41 +01:00
parent a33b218bc4
commit 7c813195bf
6 changed files with 209 additions and 68 deletions

3
ts/kubernetes.paths.ts Normal file
View File

@@ -0,0 +1,3 @@
import * as plugins from './kubernetes.plugins';
export const defaultKubeConfigPath = plugins.path.join(plugins.smartpath.get.home(), '.kube/config')