minor comment fix

This commit is contained in:
Atharva Mulmuley
2021-04-27 18:23:33 +05:30
parent e7b6ae0d3c
commit 8699f872a6

View File

@ -88,7 +88,7 @@ export async function getArcKubeconfig(): Promise<string> {
}).unref();
}
console.log('started proxy')
await sleep(120000) //sleeping for a minute to allow kubeconfig to be merged
await sleep(120000) //sleeping for 2 minutes to allow kubeconfig to be merged
fs.chmodSync(kubeconfigPath, '600');
core.exportVariable('KUBECONFIG', kubeconfigPath);
console.log('KUBECONFIG environment variable is set');