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:
parent
bc5b2dbeda
commit
6b68e581e2
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue