Skip to content

Missing ConditionTypeResourceSynced after updating a CR #1030

@a-hilaly

Description

@a-hilaly

(Issue only tested with only s3 for now)

Describe the bug
After updating a CR, it looks like the update code path doesn't append a ConditionTypeResourceSynced to the conditions list.

Steps to reproduce

  • Create an s3 bucket resource
  • Add a tagging Spec field
  • Run k describe bucket <name> / k get bucket <name> -o yaml

Expected outcome
Expecting to see ConditionTypeResourceSynced in Status.Conditions array

Environment

  • Using EKS (yes/no), if so version? 1.20.4
  • AWS service targeted: s3

Metadata

Metadata

Assignees

Labels

kind/bugCategorizes issue or PR as related to a bug.priority/critical-urgentHighest priority. Must be actively worked on as someone's top priority right now.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions