Skip to content

Commit

Permalink
fix: corrected --roleARN to --role-arn as per updated CLI option (#20065
Browse files Browse the repository at this point in the history
)

Signed-off-by: nueavv <nuguni@kakao.com>
  • Loading branch information
nueavv authored Sep 24, 2024
1 parent 864917b commit fe67cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operator-manual/declarative-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ the role can be appended to the `args` section like so:

```yaml
...
"args": ["aws", "--cluster-name", "my-eks-cluster", "--roleARN", "arn:aws:iam::<AWS_ACCOUNT_ID>:role/<IAM_ROLE_NAME>"],
"args": ["aws", "--cluster-name", "my-eks-cluster", "--role-arn", "arn:aws:iam::<AWS_ACCOUNT_ID>:role/<IAM_ROLE_NAME>"],
...
```
This construct can be used in conjunction with something like the External Secrets Operator to avoid storing the keys in
Expand Down

0 comments on commit fe67cd5

Please sign in to comment.