1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00

[Documentation] ArangoBackup url must not inlude slashes (#1593)

This commit is contained in:
Kaveh Vahedipour 2024-02-13 16:08:48 +01:00 committed by GitHub
parent bc5b2dbeda
commit 6b68e581e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -192,7 +192,7 @@ spec:
deployment:
name: "my-deployment"
upload:
repositoryURL: "S3://test/kube-test"
repositoryURL: "S3:test/kube-test"
credentialsSecretName: "my-s3-rclone-credentials"
```
@ -212,7 +212,7 @@ spec:
deployment:
name: "my-deployment"
download:
repositoryURL: "S3://test/kube-test"
repositoryURL: "S3:test/kube-test"
credentialsSecretName: "my-s3-rclone-credentials"
id: "backup-id"
```