From 88f80b767b920e877d039b8d5da5dc140085cafb Mon Sep 17 00:00:00 2001 From: Imtiaz Uddin Date: Wed, 12 Aug 2026 16:38:37 +0600 Subject: [PATCH] Remove invoice bucket default value Signed-off-by: Imtiaz Uddin --- charts/ace/README.md | 2 +- charts/ace/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/ace/README.md b/charts/ace/README.md index 6421ef238..786d4ba47 100644 --- a/charts/ace/README.md +++ b/charts/ace/README.md @@ -125,7 +125,7 @@ The following table lists the configurable parameters of the `ace` chart and the | global.infra.badger.mountPath | | /badger | | global.infra.badger.levels | | 7 | | global.infra.invoice.mountPath | | /billing | -| global.infra.invoice.bucket | | gs://invoice-storage-demo | +| global.infra.invoice.bucket | | | | global.infra.invoice.prefix | | "" | | global.infra.invoice.trackerEmail | | invoice-tracker@appscode.com | | global.infra.fileserver.baseURL | | "" | diff --git a/charts/ace/values.yaml b/charts/ace/values.yaml index 4a04223e0..1c9e248c5 100644 --- a/charts/ace/values.yaml +++ b/charts/ace/values.yaml @@ -268,7 +268,7 @@ global: levels: 7 invoice: mountPath: /billing - bucket: gs://invoice-storage-demo + bucket: prefix: "" trackerEmail: invoice-tracker@appscode.com fileserver: