Skip to content

Commit

Permalink
Fix backing image manager webhook is never called
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Weber <eric.weber@suse.com>
  • Loading branch information
ejweber committed Jul 24, 2023
1 parent 9fa8c92 commit 0a0fd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webhook/resources/backingimagemanager/mutator.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func NewMutator(ds *datastore.DataStore) admission.Mutator {

func (b *backingImageManagerMutator) Resource() admission.Resource {
return admission.Resource{
Name: "backingImageManagers",
Name: "backingimagemanagers",
Scope: admissionregv1.NamespacedScope,
APIGroup: longhorn.SchemeGroupVersion.Group,
APIVersion: longhorn.SchemeGroupVersion.Version,
Expand Down

0 comments on commit 0a0fd7d

Please sign in to comment.