Skip to content

Commit ef53f77

Browse files
committed
Iter
1 parent 0952055 commit ef53f77

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.

docs/platform.storage.minio.md renamed to docs/platform/storage/minio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In order to connect to the MinIO, or any other S3 Compatible storage in the Aran
1414
Storage Integration requires static credentials in order to access MinIO API. Credentials can be provided via the Kubernetes Secret.
1515

1616
```shell
17-
kubectl create secret generic credentials --from-literal 'accessKey=<AWS Access Key ID>' --from-literal 'secretKey=<AWS Secret Access Key'
17+
kubectl create secret generic credentials --from-literal 'accessKey=<MinIO Access Key ID>' --from-literal 'secretKey=<MinIO Secret Access Key>'
1818
```
1919

2020
## MinIO TLS Certificate

docs/platform.storage.s3.md renamed to docs/platform/storage/s3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In order to connect to the AWS S3 storage in the ArangoPlatform:
1414
Storage Integration requires static credentials in order to access AWS S3 API. Credentials can be provided via the Kubernetes Secret.
1515

1616
```shell
17-
kubectl create secret generic credentials --from-literal 'accessKey=<AWS Access Key ID>' --from-literal 'secretKey=<AWS Secret Access Key'
17+
kubectl create secret generic credentials --from-literal 'accessKey=<AWS Access Key ID>' --from-literal 'secretKey=<AWS Secret Access Key>'
1818
```
1919

2020
## Object
@@ -31,7 +31,7 @@ metadata:
3131
spec:
3232
backend:
3333
s3:
34-
allowInsecure: true # In case of public certs are not installed needs to be set to false
34+
allowInsecure: true # If public certs are not installed, this needs to be set to false
3535
bucketName: <Bucket Name>
3636
bucketPath: <Bucket Path>
3737
credentialsSecret:

0 commit comments

Comments
 (0)