Skip to content

Commit

Permalink
ensure failed provisioning is false when provisioning becomes true
Browse files Browse the repository at this point in the history
  • Loading branch information
frodopwns committed Jul 16, 2020
1 parent 90ce90f commit a43b092
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ func (rc *AzureRedisCacheManager) Ensure(ctx context.Context, obj runtime.Object

// actually provision the redis cache
instance.Status.Provisioning = true
instance.Status.FailedProvisioning = false
_, err = rc.CreateRedisCache(ctx, *instance)
if err != nil {
instance.Status.Message = errhelp.StripErrorIDs(err)
Expand Down

0 comments on commit a43b092

Please sign in to comment.