Skip to content

Commit

Permalink
reverting a test
Browse files Browse the repository at this point in the history
  • Loading branch information
candonov committed Mar 4, 2024
1 parent d4e6b4a commit 645daab
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions compositions/upbound-aws-provider/s3-irsa/s3-irsa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ spec:
toFieldPath: spec.serviceAccountName
- type: ToCompositeFieldPath
fromFieldPath: status.roleName
# toFieldPath: status.roleName
toFieldPath: metadata.labels[crossplane.io/roleName]
toFieldPath: status.roleName
- name: irsa-bucket-policy
base:
apiVersion: awsblueprints.io/v1alpha1
Expand All @@ -63,8 +62,7 @@ spec:
- type: PatchSet
patchSetName: common-fields-composition
- type: FromCompositeFieldPath
# fromFieldPath: status.roleName
fromFieldPath: metadata.labels[crossplane.io/roleName]
fromFieldPath: status.roleName
toFieldPath: spec.roleName
- type: FromCompositeFieldPath
fromFieldPath: status.bucketArn
Expand Down

0 comments on commit 645daab

Please sign in to comment.