From 07aada8ba064b9a9cf77b30cde6c57f8e76cc74a Mon Sep 17 00:00:00 2001 From: sj-williams Date: Fri, 19 Apr 2024 16:05:48 +0100 Subject: [PATCH] formatting/typo fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06c9896..e2faa2c 100644 --- a/README.md +++ b/README.md @@ -118,9 +118,9 @@ module "cross_service_pod" { #### Source bucket policy -The source bucket must permit your IRSA role to "read" from its bucket explcitly. +The source bucket must permit your IRSA role to "read" from its bucket explicitly. -# retrieve IRSA rolearn using cloud-platform CLI and [jq](https://jqlang.github.io/jq/) +First, retrieve the IRSA rolearn using cloud-platform CLI and [jq](https://jqlang.github.io/jq/) ``` cloud-platform decode-secret -s cross-irsa-output | jq -r '.data.rolearn'