Skip to content

Commit f5d4b38

Browse files
committed
Iter
1 parent dd0c726 commit f5d4b38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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=<AWS Access Key ID>' --from-literal 'secretKey=<AWS Secret Access Key>'
1818
```
1919

2020
## MinIO TLS Certificate

docs/platform.storage.s3.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 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

0 commit comments

Comments
 (0)