Skip to content

Commit aea927e

Browse files
authored
fix: typo in adoption via annotations documentation (#2388)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 0d04fff commit aea927e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/docs/user-docs/features.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ toc: true
1313
Currently we support 4 feature gates for our controllers.
1414

1515
### ResourceAdoption
16-
This feature allows users to adopt AWS resources by specifying the adoption policy as an annotation `services.k8s.aws/adoption-policyy` (currently only supporting `adopt` as a value), and providing the fields required for a read operation in an annotation called `services.k8s.aws/adoption-fields` in json format, and an empty spec.
16+
This feature allows users to adopt AWS resources by specifying the adoption policy as an annotation `services.k8s.aws/adoption-policy` (currently only supporting `adopt` as a value), and providing the fields required for a read operation in an annotation called `services.k8s.aws/adoption-fields` in json format, and an empty spec.
1717
Here's an example for how to adopt an EKS cluster:
1818

1919
```yaml
@@ -100,4 +100,4 @@ data:
100100
team-a: "arn:aws:iam::111111111111:role/team-a-global-role"
101101
s3.team-a: "arn:aws:iam::111111111111:role/team-a-s3-role"
102102
dynamodb.team-a: "arn:aws:iam::111111111111:role/team-a-dynamodb-role"
103-
```
103+
```

0 commit comments

Comments
 (0)