Skip to content

Commit

Permalink
Merge pull request #97 from vshn/fix/iamkeys-e2e
Browse files Browse the repository at this point in the history
fixing e2e tests
  • Loading branch information
wejdross authored Jul 6, 2023
2 parents c4c106c + 3760c46 commit 7b940e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions operator/iamkeycontroller/observe.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ func (p *IAMKeyPipeline) Observe(ctx context.Context, mg resource.Managed) (mana

if iamKey.Status.AtProvider.RoleID == "" {
iamKey.Status.AtProvider.ServicesSpec.SOS.Buckets = getBuckets(*pctx.iamExoscaleKey.Resources)
} else {
iamKey.Status.AtProvider.ServicesSpec.SOS.Buckets = iamKey.Spec.ForProvider.Services.SOS.Buckets
}

connDetails, err := toConnectionDetails(pctx.iamExoscaleKey)
Expand Down

0 comments on commit 7b940e0

Please sign in to comment.