diff --git a/internal/pkg/manager/nodestatus/nodestatus.go b/internal/pkg/manager/nodestatus/nodestatus.go index 829224c10a..0f6557c116 100644 --- a/internal/pkg/manager/nodestatus/nodestatus.go +++ b/internal/pkg/manager/nodestatus/nodestatus.go @@ -266,6 +266,8 @@ func (r *StatusReconciler) getProfileFromStatus( prof = &seccompprofileapi.SeccompProfile{} case "SelinuxProfile": prof = &selxv1alpha2.SelinuxProfile{} + case "RawSelinuxProfile": + prof = &selxv1alpha2.RawSelinuxProfile{} default: return nil, fmt.Errorf("getting owner profile: %w", ErrUnknownOwnerKind) }