Skip to content

K8SPXC-1524 Documented new Azure storage options #221

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed __pycache__/main.cpython-311.pyc
Binary file not shown.
4 changes: 3 additions & 1 deletion docs/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -2706,7 +2706,9 @@ configuration file. This Custom Resource contains the following options:
| credentialsSecret| string | The Secret name for the azure blob storage | true |
| container | string | The container name of the azure blob storage | true |
| endpointUrl | string | A valid endpoint URL | false |
| storageClass | string | The storage class name of the azure storage | false |
| storageClass | string | The storage class name of the azure blob storage | false |
| blockSize | integer | The size of a block of data to save and retrieve from the azure blob storage
| concurrency | integer | The number of writers to the same blob

### <a name="operator-restore-pitr-options-section"></a>pitr subsection

Expand Down