We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee83406 commit c780a19Copy full SHA for c780a19
lib/interface/cli/commands/hybrid/init.cmd.js
@@ -885,10 +885,7 @@ const initCmd = new Command({
885
const runtimeNameContext = installationPlan.getContext('runtimeName');
886
const agent = installationPlan.getContext('agent');
887
888
- const keys = await produceVenonaKeys(
889
- _.get(sdk, 'config.context.token'),
890
- kubeNamespace,
891
- );
+ const keys = await produceVenonaKeys(kubeNamespace);
892
893
const _appProxy = {
894
enabled: appProxy || false,
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codefresh",
3
- "version": "0.75.21",
+ "version": "0.75.22",
4
"description": "Codefresh command line utility",
5
"main": "index.js",
6
"preferGlobal": true,
0 commit comments