Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions web/docs/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
backup:
barmanObjectStore:
destinationPath: s3://backups/
endpointURL: http://minio-eu:9000
endpointURL: https://minio-eu:9443
s3Credentials:
accessKeyId:
name: minio-eu
Expand All @@ -87,7 +87,7 @@ metadata:
spec:
configuration:
destinationPath: s3://backups/
endpointURL: http://minio-eu:9000
endpointURL: https://minio-eu:9443
s3Credentials:
accessKeyId:
name: minio-eu
Expand Down Expand Up @@ -205,7 +205,7 @@ spec:
- name: pg-eu
barmanObjectStore:
destinationPath: s3://backups/
endpointURL: http://minio-eu:9000
endpointURL: https://minio-eu:9443
serverName: pg-eu
s3Credentials:
accessKeyId:
Expand All @@ -228,7 +228,7 @@ metadata:
spec:
configuration:
destinationPath: s3://backups/
endpointURL: http://minio-eu:9000
endpointURL: https://minio-eu:9443
s3Credentials:
accessKeyId:
name: minio-eu
Expand Down
2 changes: 1 addition & 1 deletion web/docs/object_stores.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ metadata:
spec:
configuration:
destinationPath: s3://BUCKET_NAME/
endpointURL: http://<tenant>-hl:9000
endpointURL: https://<tenant>-hl:9000
s3Credentials:
accessKeyId:
name: minio-creds
Expand Down
2 changes: 1 addition & 1 deletion web/docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ metadata:
spec:
configuration:
destinationPath: s3://backups/
endpointURL: http://minio:9000
endpointURL: https://minio:9000
s3Credentials:
accessKeyId:
name: minio
Expand Down