Skip to content

Commit

Permalink
Bug 1868328: CredentialsRequest should be plural
Browse files Browse the repository at this point in the history
  • Loading branch information
jhadvig committed Aug 17, 2020
1 parent 59d5efd commit ff1aa2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/operator/credentialsrequest/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ func buildExpectedRelatedObjects(credRequests []minterv1.CredentialsRequest) []c
for _, cr := range credRequests {
related = append(related, configv1.ObjectReference{
Group: minterv1.SchemeGroupVersion.Group,
Resource: "credentialsrequest",
Resource: "credentialsrequests",
Namespace: cr.Namespace,
Name: cr.Name,
})
Expand Down

0 comments on commit ff1aa2a

Please sign in to comment.