Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Cooklin committed Aug 25, 2022
1 parent ca358f2 commit 91f3ef6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/controller/opensearchservice/domain/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ func postObserve(_ context.Context, cr *svcapitypes.Domain, resp *svcsdk.Describ
if resp.DomainStatus != nil {
if *resp.DomainStatus.Deleted {
cr.SetConditions(xpv1.Deleting())
} else if *resp.DomainStatus.Processing {
cr.SetConditions(xpv1.Creating())
} else if !*resp.DomainStatus.Created {
cr.SetConditions(xpv1.Creating())
} else {
Expand Down

0 comments on commit 91f3ef6

Please sign in to comment.