Skip to content

Commit fe67cd5

Browse files
authored
fix: corrected --roleARN to --role-arn as per updated CLI option (#20065)
Signed-off-by: nueavv <[email protected]>
1 parent 864917b commit fe67cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/operator-manual/declarative-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ the role can be appended to the `args` section like so:
787787

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

0 commit comments

Comments
 (0)