Skip to content

Commit

Permalink
Merge branch 'master' into mi-doc-update
Browse files Browse the repository at this point in the history
  • Loading branch information
jananivMS authored Apr 6, 2020
2 parents 26e50ac + 25ad83f commit b35e98d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/resourcemanager/mysql/firewallrule/reconcile.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ func (m *MySQLFirewallRuleClient) Ensure(ctx context.Context, obj runtime.Object
instance.Status.Provisioned = true
instance.Status.Provisioning = false
instance.Status.State = firewallrule.Status
instance.Status.Message = resourcemanager.SuccessMsg
return true, nil
}

Expand Down

0 comments on commit b35e98d

Please sign in to comment.