Skip to content

Commit d5854e3

Browse files
authored
docs(readme): update helpers/setup-sa.sh parameters (#580)
Signed-off-by: Jai Govindani <[email protected]>
1 parent da40f48 commit d5854e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ grant the necessary roles to the [Seed Service Account](https://github.com/terra
226226
and enable the necessary API's in the Seed Project. Run it as follows:
227227

228228
```sh
229-
./helpers/setup-sa.sh <ORGANIZATION_ID> <SEED_PROJECT_NAME> [BILLING_ACCOUNT]
229+
./helpers/setup-sa.sh -o <organization id> -p <project id> [-b <billing account id>] [-f <folder id>] [-n <service account name>]
230230
```
231231

232232
In order to execute this script, you must have an account with the following list of

0 commit comments

Comments
 (0)