fix(core): update
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
import * as plugins from './kubernetes.plugins';
|
||||
|
||||
export const defaultKubeConfigPath = plugins.path.join(plugins.smartpath.get.home(), '.kube/config')
|
||||
export const defaultKubeConfigPath = plugins.path.join(
|
||||
plugins.smartpath.get.home(),
|
||||
'.kube/config'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user