Skip to content

Commit

Permalink
Update src/commands/network.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <[email protected]>
  • Loading branch information
jeromy-cannon authored Jan 7, 2025
1 parent ae45773 commit 1076232
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/commands/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,12 +277,8 @@ export class NetworkCommand extends BaseCommand {

if (config.storageBucket) {
valuesArg += ` --set cloud.buckets.streamBucket=${config.storageBucket}`;
}

if (config.storageBucket) {
valuesArg += ` --set minio-server.tenant.buckets[0].name=${config.storageBucket}`;
}

const profileName = this.configManager.getFlag<string>(flags.profileName) as string;
this.profileValuesFile = await this.profileManager.prepareValuesForSoloChart(
profileName,
Expand Down

0 comments on commit 1076232

Please sign in to comment.