Skip to content

Commit

Permalink
test auth method
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoshi-vm committed Dec 14, 2023
1 parent ec30149 commit 29c4337
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ metadata:
spec:
credentials:
source: WebIdentity
webIdentity: #@ 'arn:aws:iam::' + data.values.aws.accountId + ':role/' + data.values.aws.roleName
webIdentity:
roleARN: #@ 'arn:aws:iam::' + data.values.aws.accountId + ':role/' + data.values.aws.roleName
---
apiVersion: pkg.crossplane.io/v1alpha1
kind: ControllerConfig
Expand Down

0 comments on commit 29c4337

Please sign in to comment.