diff --git a/__pycache__/main.cpython-311.pyc b/__pycache__/main.cpython-311.pyc deleted file mode 100644 index 7ca444f1..00000000 Binary files a/__pycache__/main.cpython-311.pyc and /dev/null differ diff --git a/docs/operator.md b/docs/operator.md index dc01d47f..6999f69b 100644 --- a/docs/operator.md +++ b/docs/operator.md @@ -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 ### pitr subsection