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 3ee2467 commit 26e5781Copy full SHA for 26e5781
src/kubero.ts
@@ -243,7 +243,7 @@ export class Kubero {
243
debug.log('create App: '+app.name+' in '+ app.pipeline+' phase: '+app.phase + ' deploymentstrategy: '+app.deploymentstrategy);
244
245
if ( process.env.KUBERO_READONLY == 'true'){
246
- console.log('KUBERO_READONLY is set to true, not deleting app');
+ console.log('KUBERO_READONLY is set to true, not creating app');
247
return;
248
}
249
0 commit comments