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 ae45773 commit 1076232Copy full SHA for 1076232
src/commands/network.ts
@@ -277,12 +277,8 @@ export class NetworkCommand extends BaseCommand {
277
278
if (config.storageBucket) {
279
valuesArg += ` --set cloud.buckets.streamBucket=${config.storageBucket}`;
280
- }
281
-
282
- if (config.storageBucket) {
283
valuesArg += ` --set minio-server.tenant.buckets[0].name=${config.storageBucket}`;
284
}
285
286
const profileName = this.configManager.getFlag<string>(flags.profileName) as string;
287
this.profileValuesFile = await this.profileManager.prepareValuesForSoloChart(
288
profileName,
0 commit comments