From 645daabacdb545bc019646b6de709a2bda1ca4d4 Mon Sep 17 00:00:00 2001 From: Christina Andonov Date: Sun, 3 Mar 2024 17:27:58 -0800 Subject: [PATCH] reverting a test --- compositions/upbound-aws-provider/s3-irsa/s3-irsa.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/compositions/upbound-aws-provider/s3-irsa/s3-irsa.yaml b/compositions/upbound-aws-provider/s3-irsa/s3-irsa.yaml index bdecce4b..6252d0ea 100644 --- a/compositions/upbound-aws-provider/s3-irsa/s3-irsa.yaml +++ b/compositions/upbound-aws-provider/s3-irsa/s3-irsa.yaml @@ -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 @@ -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