File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,9 @@ export class NetworkCommand extends BaseCommand {
203
203
true ,
204
204
) ;
205
205
if ( ! isCloudSecretCreated ) {
206
- throw new SoloError ( `failed to create Kubernetes secret for storage credentials of type '${ config . storageType } '` ) ;
206
+ throw new SoloError (
207
+ `failed to create Kubernetes secret for storage credentials of type '${ config . storageType } '` ,
208
+ ) ;
207
209
}
208
210
} catch ( e : Error | any ) {
209
211
const errorMessage = 'failed to create Kubernetes storage secret ' ;
@@ -270,7 +272,7 @@ export class NetworkCommand extends BaseCommand {
270
272
}
271
273
272
274
if ( config . storageType !== constants . StorageType . MINIO_ONLY ) {
273
- valuesArg += ' --set cloud.generateNewSecrets=true ' ;
275
+ valuesArg += ' --set cloud.generateNewSecrets=false ' ;
274
276
}
275
277
276
278
if ( config . storageBucket ) {
You can’t perform that action at this time.
0 commit comments