Skip to content

Commit 923b906

Browse files
Apply suggestions from code review
Co-authored-by: Matheus Pimenta <matheuscscp@gmail.com> Signed-off-by: Taras <9948629+taraspos@users.noreply.github.com>
1 parent cbf3816 commit 923b906

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/spec/v1/gitrepositories.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,9 @@ For a full list of available regions and their endpoints, see the
279279

280280
##### Configure Flux controller
281281

282-
1. Configure authentication using your preferred method - https://fluxcd.io/flux/integrations/aws/#authentication.
282+
1. Configure authentication using your preferred [method](https://fluxcd.io/flux/integrations/aws/#authentication).
283283

284-
Example IAM role policy:
284+
Example IAM role policy (see [docs](https://fluxcd.io/flux/integrations/aws/#for-amazon-codecommit) for more details):
285285

286286
```json
287287
{
@@ -308,6 +308,7 @@ For a full list of available regions and their endpoints, see the
308308
spec:
309309
interval: 5m0s
310310
provider: aws
311+
serviceAccountName: my-tenant # optional (used for object-level workload identity)
311312
url: https://git-codecommit.<region>.amazonaws.com/v1/repos/<repository-name>
312313
ref:
313314
branch: main

0 commit comments

Comments
 (0)