Skip to content

Commit

Permalink
correct comments
Browse files Browse the repository at this point in the history
  • Loading branch information
buhongw7583c authored Jun 9, 2020
1 parent 1b52d90 commit ea56b24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ func (s *AzureSqlUserManager) Delete(ctx context.Context, obj runtime.Object, op
userkey := GetNamespacedName(instance, sqlUserSecretClient)
userSecret, err := sqlUserSecretClient.Get(ctx, userkey)
if err != nil {
// assuming if the admin secret is gone the sql server is too
//user secret is gone
return false, nil
}

Expand Down

0 comments on commit ea56b24

Please sign in to comment.