awslabs / crossplane-on-eks

Crossplane bespoke composition blueprints for AWS resources
Apache License 2.0
307 stars 109 forks source link

Use secret for storing connectioninfo (bucketname) in s3-irsa example #177

Closed johnphilips3 closed 3 months ago

johnphilips3 commented 3 months ago

What does this PR do?

Changes s3-irsa examplea and related compositions to use a secret for the connectioninfo (bucketname) vs. configmap. Associated version updates to crossplane and providers is also included for both terraform and eksctl bootstraps.

Motivation

Uses correct pattern now that provider bug has been fixed.

More

Note:

For Moderators

Additional Notes