Skip to content

Commit

Permalink
clear polling url on success
Browse files Browse the repository at this point in the history
  • Loading branch information
frodopwns committed Apr 3, 2020
1 parent 2110a81 commit 11a0881
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ func (s *AzureSqlServerManager) Ensure(ctx context.Context, obj runtime.Object,
instance.Status.Provisioning = false
instance.Status.ResourceId = *serv.ID
instance.Status.SpecHash = hash
instance.Status.PollingURL = ""
return true, nil
}

Expand Down

0 comments on commit 11a0881

Please sign in to comment.