kubernetes/ts/kubernetes.paths.ts
2020-01-25 18:52:46 +00:00

7 lines
158 B
TypeScript

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