Skip to content

Commit 2291f5f

Browse files
committed
Update README.md with helm-docs
1 parent ce64963 commit 2291f5f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,12 @@ The following section lists the configurable parameters of the s3proxy chart and
140140
<td><code>string</code></td>
141141
<td><code>"azureblob"</code></td>
142142
</tr>
143+
<tr>
144+
<td><code>config.backends.azureblob.regions</code></td>
145+
<td>jclouds region(s) for the backend, emitted as <code>jclouds.regions=</code>. The azureblob-sdk provider requires this on real Azure to create buckets (without it <code>aws s3 mb</code> fails with InvalidLocationConstraint / "no jclouds.regions configured"). Comma-separated for multiple. Not needed against Azurite. Leave empty to omit.</td>
146+
<td><code>string</code></td>
147+
<td><code>""</code></td>
148+
</tr>
143149
<tr>
144150
<td><code>config.backends.azureblob.sasToken</code></td>
145151
<td>SAS token configuration</td>

0 commit comments

Comments
 (0)