Skip to content

Commit 1076232

Browse files
Update src/commands/network.ts
Signed-off-by: Jeromy Cannon <[email protected]>
1 parent ae45773 commit 1076232

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/commands/network.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,12 +277,8 @@ export class NetworkCommand extends BaseCommand {
277277

278278
if (config.storageBucket) {
279279
valuesArg += ` --set cloud.buckets.streamBucket=${config.storageBucket}`;
280-
}
281-
282-
if (config.storageBucket) {
283280
valuesArg += ` --set minio-server.tenant.buckets[0].name=${config.storageBucket}`;
284281
}
285-
286282
const profileName = this.configManager.getFlag<string>(flags.profileName) as string;
287283
this.profileValuesFile = await this.profileManager.prepareValuesForSoloChart(
288284
profileName,

0 commit comments

Comments
 (0)