Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#3046 from jonathanbeber/extraPolic…
Browse files Browse the repository at this point in the history
…yAttachments

docs: fix extra policies field name
  • Loading branch information
k8s-ci-robot committed Dec 21, 2021
2 parents 41bb3a8 + 601fe06 commit 7ef1746
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ apiVersion: bootstrap.aws.infrastructure.cluster.x-k8s.io/v1beta1
kind: AWSIAMConfiguration
spec:
controlPlane:
ExtraPolicyAttachments:
extraPolicyAttachments:
- arn:aws:iam::<AWS_ACCOUNT>:policy/my-policy
- arn:aws:iam::aws:policy/AmazonEC2FullAccess
nodes:
ExtraPolicyAttachments:
extraPolicyAttachments:
- arn:aws:iam::<AWS_ACCOUNT>:policy/my-other-policy
```

Expand Down

0 comments on commit 7ef1746

Please sign in to comment.