Skip to content

Commit

Permalink
formatting/typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sj-williams committed Apr 19, 2024
1 parent 5a9c5a2 commit 07aada8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 07aada8

Please sign in to comment.