From e9feed5425167ea6406f94d16c02ca4f70a11e39 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Fri, 1 Sep 2023 17:35:44 +0100 Subject: [PATCH] feat: update binding docs --- docs/infrastructure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/infrastructure.md b/docs/infrastructure.md index c1d6237d2..a4b8b940d 100644 --- a/docs/infrastructure.md +++ b/docs/infrastructure.md @@ -224,7 +224,7 @@ One reason a review app deployment might fail is that it is attempting to run mi ```bash cf bind-service dluhc-core-staging dluhc-core-staging-csv-bucket cf bind-service dluhc-core-staging dluhc-core-staging-redis - cf bind-service dluhc-core-staging dluhc-core-staging-import-bucket -c '{"permissions": "read-only"}' + cf bind-service dluhc-core-staging dluhc-core-staging-import-bucket -c '{"permissions": "read-write"}' cf bind-service dluhc-core-staging dluhc-core-staging-export-bucket -c '{"permissions": "read-write"}' ``` @@ -271,7 +271,7 @@ One reason a review app deployment might fail is that it is attempting to run mi ```bash cf bind-service dluhc-core-production dluhc-core-production-csv-bucket cf bind-service dluhc-core-production dluhc-core-production-redis - cf bind-service dluhc-core-production dluhc-core-production-import-bucket -c '{"permissions": "read-only"}' + cf bind-service dluhc-core-production dluhc-core-production-import-bucket -c '{"permissions": "read-write"}' cf bind-service dluhc-core-production dluhc-core-production-export-bucket -c '{"permissions": "read-write"}' ```