mirror of
https://github.com/biersoeckli/QuickStack.git
synced 2026-01-03 18:20:10 -06:00
export config output
This commit is contained in:
@@ -7,6 +7,8 @@ const getKubeConfig = () => {
|
||||
} else {
|
||||
kc.loadFromFile('/workspace/kube-config.config');
|
||||
}
|
||||
console.log(kc)
|
||||
console.log(kc.exportConfig())
|
||||
return kc;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user